CZT
2023-08-16 2e121f643a6776e6063796c104c95647faa000a8
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;//重量信息,单位需要调整为吨
}