Ver código fonte

1.修改vo对象

liuhy 2 anos atrás
pai
commit
b132a2f027

+ 2 - 2
tnc-sms/src/main/java/org/jeecg/modules/smscheck/vo/SmsCheckCustomerInfoVo.java

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