jiazx0107@163.com
2023-08-18 18c35e5010d11a49a4ce4f346e760a9bd1988c6c
igds-core/src/main/java/com/ld/igds/common/dto/DepotParam.java
@@ -23,6 +23,9 @@
   @PropertyDef(label = "所属仓库", description = "仓库编号")
   private String depotId;
   @PropertyDef(label = "仓库状态", description = "仓库状态")
   private String depotStatus;
   private Double weight;//重量信息,单位需要调整为吨
}