1
wangxinhui
6 天以前 e719f3e5d5d16ee8a9dece97d9889610507628ac
项目代码/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;
        }
    }