xxyy
2025-02-18 7feb87dec6ebb75c7ec235505bc6c3dd94c1cde0
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseModels/WebResponseContent.cs
@@ -27,6 +27,7 @@
        public WebResponseContent OK()
        {
            Code = 1;
            Status = true;
            return this;
        }