cpT
2025-06-19 c1ef2d1fc4c0dae2bc8452924dcd77a0ff3a1ef5
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,    // 备注