YYC
2023-11-08 d64d0077d55c98add42fff85470249eab1f406b8
src/main/java/com/fzzy/async/fzzy30/entity/InoutRecord.java
@@ -254,4 +254,13 @@
   @Column(name = "REMARKS_", length = 200)
   @PropertyDef(label = "备注信息")
   private String remarks;
    @Column(name = "bzw", length = 2)
    @PropertyDef(label = "包装物", description = "1:麻袋2:编织袋3:散装9:其他")
    private String bzw;
    @Column(name = "bzbjs")
    @PropertyDef(label = "包件数", description = "单位:件")
    private int bzbjs;
}