Commit 1f2c963a authored by liudong1993's avatar liudong1993

1

parent 1efee8e1
...@@ -13,6 +13,11 @@ namespace Edu.Model.Entity.User ...@@ -13,6 +13,11 @@ namespace Edu.Model.Entity.User
[DB(ConnectionName = "DefaultConnection")] [DB(ConnectionName = "DefaultConnection")]
public class RB_User_ReturnCommission public class RB_User_ReturnCommission
{ {
/// <summary>
/// Id
/// </summary>
public int Id { get; set; }
/// <summary> /// <summary>
/// 用户标识 /// 用户标识
/// </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