src/main/java/com/fzzy/api/entity/ApiConfs.java
@@ -165,7 +165,15 @@ @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;