wangxinhui
2 天以前 9ce6731460179c71f0f2c636b2a1598324d5194e
项目代码/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;
        }
    }