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