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