fuliqi
2025-02-13 9963456cd3d9737ecf53ebc1f464df29fd9398e6
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;
}