1
wangxinhui
2025-08-30 123cc3659ff208d38b0732af32c29f582154e4c8
项目代码/WCS/WCSServices/WIDESEAWCS_DTO/Agv/AgvResponse.cs
@@ -34,11 +34,11 @@
            Code = code ?? "0";
            return this;
        }
        public AgvResponse Error(string msg = "", string code = "")
        public AgvResponse Error(string msg = "")
        {
            Success = false;
            Msg = msg ?? "澶辫触";
            Code = code ?? "404";
            Code = "404";
            return this;
        }
    }