Commit a35f15eb authored by liudong1993's avatar liudong1993

1

parent c37ac1b9
...@@ -430,5 +430,10 @@ namespace Edu.Model.Entity.Sell ...@@ -430,5 +430,10 @@ namespace Edu.Model.Entity.Sell
/// 订单标识 1产品下单 2客户转订单 /// 订单标识 1产品下单 2客户转订单
/// </summary> /// </summary>
public int OrderIdentify { get; set; } public int OrderIdentify { get; set; }
/// <summary>
/// 同行返佣 1按课耗反 2付款返佣
/// </summary>
public int CommissionReType { 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