Commit b67f9380 authored by 吴春's avatar 吴春

提交代码

parent c4273a40
...@@ -64,5 +64,11 @@ namespace Mall.Model.Entity.GuideCar ...@@ -64,5 +64,11 @@ namespace Mall.Model.Entity.GuideCar
/// </summary> /// </summary>
public int GuestNum { get; set; } public int GuestNum { get; set; }
/// <summary>
/// 用户评分
/// </summary>
public decimal Score { 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