cpT
2025-07-02 1a61b545be8e08106b252b7c315a0c55885880f1
src/main/java/com/zy/asrs/entity/ApiConfig.java
@@ -83,7 +83,7 @@
    public ApiConfig() {}
    public ApiConfig(String url,Integer status,String memo,Date createTime,Date updateTime,Long createBy,Long updateBy) {
    public ApiConfig(String url, Integer status, String memo, Date createTime, Date updateTime, Long createBy, Long updateBy) {
        this.url = url;
        this.status = status;
        this.memo = memo;
@@ -93,7 +93,7 @@
        this.updateBy = updateBy;
    }
//    ApiConfig apiConfig = new ApiConfig(
    //    ApiConfig apiConfig = new ApiConfig(
//            null,    // api地址
//            null,    // 状态
//            null,    // 备注