1
wangxinhui
2025-08-18 fdf7bb595ee00e5fef7b4e110fbe32f637c069f6
项目代码/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;
        }
    }