YYC
2024-11-25 e14fe93dc50e5f7804af1fa1f7e2c40d953fd2b8
src/main/java/com/fzzy/api/entity/ApiConfs.java
@@ -157,8 +157,23 @@
    @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;