Commit a22624e0 authored by 黄奎's avatar 黄奎

实体类修改

parent 61695f53
......@@ -17,15 +17,20 @@ namespace Edu.Model.Entity.Customer
/// </summary>
public int Id { get; set; }
/// <summary>
/// 返佣类型(1-直接返佣[首次报名],2-幸福存折[续费])
/// </summary>
public int RebateType { get; set; }
/// <summary>
/// 客户Id
/// </summary>
public int CustomerId { get; set; }
/// <summary>
/// 来源id
/// 订单编号
/// </summary>
public int SourceId { get; set; }
public int OrderId { get; set; }
/// <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