zxl
2025-05-26 04b45b8c22594cc5535b164380738a80b0e8cbe2
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckRule.java
@@ -62,4 +62,10 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date updateTime;
    /** 数据中心对应的接口地址 */
    private String apiUrl;
    /** 排序值 */
    private Integer orderNum;
}