|
@@ -39,11 +39,11 @@ public class SmsCheckCustomerInfoVo implements Serializable {
|
|
|
@ApiModelProperty(value = "客户编号")
|
|
@ApiModelProperty(value = "客户编号")
|
|
|
private String customerNo;
|
|
private String customerNo;
|
|
|
/** 客户名称 */
|
|
/** 客户名称 */
|
|
|
- @Excel(name = "客户名称(全)", width = 15)
|
|
|
|
|
|
|
+ @Excel(name = "客户名称(脱敏)", width = 15)
|
|
|
@ApiModelProperty(value = "客户名称(全)")
|
|
@ApiModelProperty(value = "客户名称(全)")
|
|
|
private String customerName;
|
|
private String customerName;
|
|
|
/** 服务号码(全) */
|
|
/** 服务号码(全) */
|
|
|
- @Excel(name = "服务号码(全)", width = 15)
|
|
|
|
|
|
|
+ @Excel(name = "服务号码(脱敏)", width = 15)
|
|
|
@ApiModelProperty(value = "服务号码(全)")
|
|
@ApiModelProperty(value = "服务号码(全)")
|
|
|
private String smsNumber;
|
|
private String smsNumber;
|
|
|
/** 用户编号 */
|
|
/** 用户编号 */
|