czt
2024-07-25 f6c758e165d5ff5900e27b8b305857fde9ac80b6
src/main/java/com/fzzy/api/entity/ApiConfs.java
@@ -94,15 +94,15 @@
    @Column(name = "syncType_11", length = 2)
    private String syncType11;
    @PropertyDef(label = "基础接口-天", description = "1-周一,2-周二,3-周三等等,* 表示每天")
    @PropertyDef(label = "基础接口-同步-天", description = "1-周一,2-周二,3-周三等等,* 表示每天")
    @Column(name = "syncDay_11")
    private String syncDay11;
    @PropertyDef(label = "基础接口-时", description = "0-23表示具体小时,* 表示每小时")
    @PropertyDef(label = "基础接口-同步-时", description = "0-23表示具体小时,* 表示每小时")
    @Column(name = "syncHour_11", length = 4)
    private String syncHour11;
    @PropertyDef(label = "基础接口-分", description = "具体执行时间,分为:0和30两个选择,表示整点执行30分钟执行")
    @PropertyDef(label = "基础接口-同步-分", description = "具体执行时间,分为:0和30两个选择,表示整点执行30分钟执行")
    @Column(name = "syncMinute_11", length = 4)
    private String syncMinute11;
@@ -110,15 +110,15 @@
    @Column(name = "pushType_11", length = 2)
    private String pushType11;
    @PropertyDef(label = "基础接口-天")
    @PropertyDef(label = "基础接口-推送-天")
    @Column(name = "pushDay_11", length = 4)
    private String pushDay11;
    @PropertyDef(label = "基础接口-时")
    @PropertyDef(label = "基础接口-同步-时")
    @Column(name = "pushHour_11", length = 4)
    private String pushHour11;
    @PropertyDef(label = "基础接口-分")
    @PropertyDef(label = "基础接口-同步-分")
    @Column(name = "pushMinute_11", length = 4)
    private String pushMinute11;
@@ -126,38 +126,45 @@
    @Column(name = "syncType_99", length = 2)
    private String syncType99;
    @PropertyDef(label = "其他数据-天")
    @PropertyDef(label = "其他数据-同步-天")
    @Column(name = "syncDay_99", length = 4)
    private String syncDay99;
    @PropertyDef(label = "其他数据-时")
    @PropertyDef(label = "其他数据-同步-时")
    @Column(name = "syncHour_99", length = 4)
    private String syncHour99;
    @PropertyDef(label = "其他数据-分")
    @PropertyDef(label = "其他数据-同步-分")
    @Column(name = "syncMinute_99", length = 4)
    private String syncMinute99;
    @PropertyDef(label = "其他数据-推送", description = "自动同步,自动同步")
    @PropertyDef(label = "其他数据-推送方式", description = "自动同步,自动同步")
    @Column(name = "pushType_99", length = 2)
    private String pushType99;
    @PropertyDef(label = "其他数据-天")
    @PropertyDef(label = "其他数据-推送-天")
    @Column(name = "pushDay_99", length = 4)
    private String pushDay99;
    @PropertyDef(label = "其他数据-时")
    @PropertyDef(label = "其他数据-推送-时")
    @Column(name = "pushHour_99", length = 4)
    private String pushHour99;
    @PropertyDef(label = "其他数据-分")
    @PropertyDef(label = "其他数据-推送-分")
    @Column(name = "pushMinute_99", length = 4)
    private String pushMinute99;
    @PropertyDef(label = "是否上线")
    @Column(name = "exe_tag", length = 2)
    private String exeTag = Constant.YN_Y;
    @PropertyDef(label = "统一编码拉取地址")
    @Column(name = "GB_CODING_Url", length = 200)
    private String gbCodingUrl;
    @PropertyDef(label = "统一编码上传")
    @Column(name = "GB_CODING_TAG_", length = 200)
    private String gbCodingTag;
    
    @Transient
    @PropertyDef(label = "模拟得分")