自动化立体仓库 - WCS系统
*
lsh
2025-04-28 0cf26d5f8c8c2c15645443e84566ffec72abfdf1
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,    // 备注