czt
2023-06-05 a137500cf7a3f558fef9aafc9f608c06fbbc7dff
src/main/java/com/fzzy/async/fzzy35/entity/Fz35InoutRecord.java
@@ -31,7 +31,7 @@
   private String deptId;
   @Column(name = "NOTICE_ID_", length = 40)
   @PropertyDef(label = "通知单Id")
   @PropertyDef(label = "通知单编码")
   private String noticeId;
   @Column(name = "DEPOT_ID_", length = 50)
@@ -86,10 +86,6 @@
   @PropertyDef(label = "承运人地址")
   private String userAddress;
   @Column(name = "CUR_STORAGE_")
   @PropertyDef(label = "当前库存")
   private double curStorage = 0.0;
   // 基本信息
   @Column(name = "INTEL_CARD_", length = 20)
   @PropertyDef(label = "智慧卡号")
@@ -104,7 +100,7 @@
   private String transType; //TransType.TYPE_1.getCode();
   @Column(name = "CUSTOMER_ID_", length = 40)
   @PropertyDef(label = "往来单位ID", description = "入库时,表示发货单位,出库时候表示收货单位")
   @PropertyDef(label = "往来单位", description = "入库时,表示发货单位,出库时候表示收货单位")
   private String customerId;
   @Column(name = "CUSTOMER_NAME_", length = 50)
@@ -124,8 +120,9 @@
   @PropertyDef(label = "粮食等级")
   private String foodLevel;
   @Column(name = "FOOD_LOCATION_", length = 40)
   @PropertyDef(label = "粮食产地")
   @PropertyDef(label = "产地名称")
   private String foodLocation;
   @Column(name = "FOOD_YEAR_", length = 20)
@@ -161,7 +158,6 @@
   @Column(name = "DE_WET_")
   @PropertyDef(label = "水分扣重", description = "单位KG")
   private Double deWet = 0.0;
   @Column(name = "DE_HANDLE_")
   @PropertyDef(label = "值仓扣重", description = "单位KG")
@@ -204,8 +200,12 @@
   private Double netWeight = 0.0;
   @Column(name = "SETTLE_WEIGHT_")
   @PropertyDef(label = "结算净重", description = "扣重后净重,结算净重,单位KG")
   @PropertyDef(label = "结算重量", description = "扣重后净重,结算净重,单位KG")
   private Double settleWeight = 0.0;
   @Column(name = "RECORD_WEIGHT_")
   @PropertyDef(label = "入库重量", description = "扣重后净重,结算净重,补包括增重,单位KG")
   private Double recordWeight = 0.0;
   @Column(name = "PRICE_")
   @PropertyDef(label = "单价", description = "单位:元/公斤")
@@ -240,13 +240,6 @@
   @Column(name = "SETTLE_TAG_", length = 2)
   @PropertyDef(label = "是否结算", description = "Y:表示已结算;N:表示未结算")
   private String settleTag ;
   @Override
   public String toString() {
      return "InoutRecord [id=" + id + ", depotId=" + depotId + ", type="
            + type + ", settleWeight=" + settleWeight + ", completeTime="
            + completeTime + "]";
   }
   private String settleTag;
}