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