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, // 备注