huangxiaoqiang
2025-03-04 1b6ccb64675e5262a2f7135697edc7466ffc14bf
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseModels/WebResponseContent.cs
@@ -27,6 +27,7 @@
        public WebResponseContent OK()
        {
            Code = 1;
            Status = true;
            return this;
        }