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