wangxinhui
2025-12-05 e0e8c8f0b0abc141b116779afbcee970e091caaf
项目代码/WMS/WMSServices/WIDESEA_Core/BaseModels/WebResponseContent.cs
@@ -30,7 +30,7 @@
        public WebResponseContent OK()
        {
            Status = true;
            Datetime = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");
            Datetime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
            return this;
        }