Commit 8d6bba5b authored by 黄奎's avatar 黄奎

新增字段

parent 897a57a0
...@@ -10,5 +10,9 @@ namespace Mall.Model.Extend.TradePavilion ...@@ -10,5 +10,9 @@ namespace Mall.Model.Extend.TradePavilion
/// </summary> /// </summary>
public class RB_Commerce_News_Extend : RB_Commerce_News public class RB_Commerce_News_Extend : RB_Commerce_News
{ {
/// <summary>
/// 发布时间
/// </summary>
public string PublishTimeStr { get { return Common.ConvertHelper.FormatTime(this.PublishTime); } }
} }
} }
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