wangxinhui
10 天以前 834294889ab62bafaf034b1b87c2ead961c33476
项目代码/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;
        }