jiazx0107@163.com
2023-06-29 55316fe6c610c10086d9625e6d5ce38afac4cde8
igds-inout/src/main/java/com/ld/igds/models/InoutContract.java
@@ -39,13 +39,13 @@
    @PropertyDef(label = "合同名称")
    private String name;
//   @Column(name = "PLAN_ID_", length = 40)
//   @PropertyDef(label = "计划编码")
//   private String planId;
//
//   @Column(name = "PLAN_NAME_", length = 50)
//   @PropertyDef(label = "计划名称")
//   private String planName;
   @Column(name = "PLAN_ID_", length = 40)
   @PropertyDef(label = "计划编码")
   private String planId;
   @Column(name = "PLAN_NAME_", length = 50)
   @PropertyDef(label = "计划名称")
   private String planName;
    @Column(name = "TYPE_", length = 10)
    @PropertyDef(label = "业务类别", description = "1:销售合同 2:采购合同 3:代储合同")
@@ -215,6 +215,10 @@
    @PropertyDef(label = "完成时间")
    private Date wcrq;
   @Column(name = "hqzz", length = 30)
   @PropertyDef(label = "货权组织")
   private String hqzz;
    @Column(name = "UPDATE_TIME_")
    @PropertyDef(label = "更新时间")
    private Date updateTime;