czt
2025-08-01 8bbd45de678ccfd45b6d210320e80b59027ea773
src/main/java/com/fzzy/api/entity/ApiConfs.java
@@ -62,6 +62,10 @@
    @Column(name = "publicKey", length = 200)
    private String publicKey;
    @PropertyDef(label = "授权码")
    @Column(name = "appCode", length = 50)
    private String appCode;
    @PropertyDef(label = "省平台接口地址")
    @Column(name = "apiUrl", length = 200)
    private String apiUrl;
@@ -90,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;
@@ -106,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;
@@ -122,39 +126,54 @@
    @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;
    @PropertyDef(label = "页面中的坐标")
    @Column(name = "POS_X_", precision = 20, scale = 6)
    private Double posX = 0.0;
    @PropertyDef(label = "页面中的坐标")
    @Column(name = "POS_Y_", precision = 20, scale = 6)
    private Double posY = 0.0;
    @Transient
    @PropertyDef(label = "模拟得分")
    private int grade;