huangxiaoqiang
2024-12-26 8330291df8b7b7ce051b7f3a0c68fc2dc5f70bc7
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseModels/WebResponseContent.cs
@@ -27,6 +27,7 @@
        public WebResponseContent OK()
        {
            Code = 1;
            Status = true;
            return this;
        }