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