wangxinhui
5 小时以前 c2cdf0b95d4c9214646c860609b8c838d6ffa779
项目代码/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;
        }
    }