CZT
2023-09-05 8cfc3732f3fe53d8794da15b80d554ad8b2c794c
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;//重量信息,单位需要调整为吨
}