1
刘磊
2024-11-26 0c75581f4f388a0d3e221aa04b3ccf0fd10c9cf5
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseModels/WebResponseContent.cs
@@ -27,6 +27,7 @@
        public WebResponseContent OK()
        {
            Code = 1;
            Status = true;
            return this;
        }