CZT
2023-10-19 ad16e7c6dac7d23b3bb903f1d3750978f1d7066d
igds-inout/src/main/java/com/ld/igds/models/InoutPlanDetail.java
@@ -22,7 +22,7 @@
    @Id
    @Column(name = "ID_", length = 40)
    @PropertyDef(label = "计划明细单号")
    @PropertyDef(label = "计划明细号")
    private String id;
    @Column(name = "PLAN_ID_", length = 40)
@@ -50,7 +50,7 @@
    private String depotId;
    @Column(name = "PLAN_NUM_", precision = 16, scale = 2)
    @PropertyDef(label = "计划数量")
    @PropertyDef(label = "计划数量", description = "单位:吨")
    private Double planNum;
    @Column(name = "TYPE_", length = 4)