|
|
@@ -79,6 +79,15 @@ public class BusinessReminderCard {
|
|
|
private Integer isInvolvingFraud;
|
|
|
/** 黑名单到期客户新入网的高危疑似涉诈号码备注 */
|
|
|
private String isInvolvingFraudNote;
|
|
|
+ //客户直接要求办理移动号码入网
|
|
|
+ private Integer directRequirements;
|
|
|
+ private String directRequirementsNode;
|
|
|
+ //客户主动申请一次性办理超过一个号码
|
|
|
+ private Integer passOne;
|
|
|
+ private String passOneNode;
|
|
|
+ //所办金额不符合客户消费能力
|
|
|
+ private Integer nonConformance;
|
|
|
+ private String nonConformanceNode;
|
|
|
|
|
|
|
|
|
/** 删除标识 */
|