Commit 91b6e836 by lizefeng

优化采购建议的推送时间格式

parent e293c13d
...@@ -189,7 +189,7 @@ namespace AutoTurnOver.Models ...@@ -189,7 +189,7 @@ namespace AutoTurnOver.Models
public DateTime create_time { get; set; } public DateTime create_time { get; set; }
public string create_time_str { get { return create_time.ToString("yyyy-MM-dd"); } } public string create_time_str { get { return create_time.ToString("yyyy-MM-dd HH:mm"); } }
/// <summary> /// <summary>
/// 日均加权销量 /// 日均加权销量
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment