Commit 1791267b authored by liudong1993's avatar liudong1993

1

parent adf8becd
...@@ -277,5 +277,9 @@ namespace Mall.Model.Entity.Product ...@@ -277,5 +277,9 @@ namespace Mall.Model.Entity.Product
/// 公司毛利比例 /// 公司毛利比例
/// </summary> /// </summary>
public decimal CompanyProfitRate { get; set; } public decimal CompanyProfitRate { get; set; }
/// <summary>
/// 手续费
/// </summary>
public decimal ServiceCharge { get; set; }
} }
} }
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