jiazx0107@163.com
2023-05-30 2495e9ab75e6c45af1d6e14414711d8cc79fe2ca
igds-core/src/main/java/com/ld/igds/models/InoutSysConf.java
@@ -44,13 +44,13 @@
    @PropertyDef(label = "出库流程配置", description = "使用-线隔开的流程配置")
    private String progressOut;
    @Column(name = "NOTICE_TAG_IN_", length = 1)
    @PropertyDef(label = "入库通知单标记")
    private String noticeTagIn = Constant.YN_Y;
    @Column(name = "NOTICE_TAG_OUT_", length = 1)
    @PropertyDef(label = "出库通知单标记")
    private String noticeTagOut = Constant.YN_Y;
//    @Column(name = "NOTICE_TAG_IN_", length = 1)
//    @PropertyDef(label = "入库通知单标记")
//    private String noticeTagIn = Constant.YN_Y;
//
//    @Column(name = "NOTICE_TAG_OUT_", length = 1)
//    @PropertyDef(label = "出库通知单标记")
//    private String noticeTagOut = Constant.YN_Y;
    @Column(name = "NOTICE_WX_", length = 1)