YYC
2023-11-06 9e253a7fd8f57e1f7c3e7288a36167ff878ab28d
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;//重量信息,单位需要调整为吨
}