Commit eef09204 by 泽锋 李

fix

parent 2750180a
...@@ -467,6 +467,7 @@ namespace AutoTurnOver.Models ...@@ -467,6 +467,7 @@ namespace AutoTurnOver.Models
public string create_time_str { get { if (create_time == null) return ""; return create_time.Value.ToString("yyyy-MM-dd HH:mm"); } } public string create_time_str { get { if (create_time == null) return ""; return create_time.Value.ToString("yyyy-MM-dd HH:mm"); } }
public string calculation_time_str { get {return calculation_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