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