Commit 1f8683b1 by jianan

来佣比对列表查询优化

parent 18c5cfc0
...@@ -12,7 +12,11 @@ public class ComeCommissionVO { ...@@ -12,7 +12,11 @@ public class ComeCommissionVO {
* 来佣率 * 来佣率
* 来用金额 * 来用金额
* 来佣状态 * 来佣状态
* 下单时间
* 缴费年限
* 保障期间
*/ */
private Long orderId;
private String insurerName; private String insurerName;
private String planName; private String planName;
private String policyNo; private String policyNo;
...@@ -20,4 +24,8 @@ public class ComeCommissionVO { ...@@ -20,4 +24,8 @@ public class ComeCommissionVO {
private String commissionRate; private String commissionRate;
private String commissionAmount; private String commissionAmount;
private String commissionCheckStatus; private String commissionCheckStatus;
private String orderDate;
private String payTerm;
private String coverageTerm;
} }
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