sunyize 2 年之前
父节点
当前提交
8c1d069097

+ 3 - 1
tnc-sms/src/main/java/org/jeecg/modules/smscheck/entity/SmsCheckCustomerInfo.java

@@ -264,6 +264,8 @@ public class SmsCheckCustomerInfo implements Serializable {
     @Excel(name = "楼宇编号", width = 15)
     @ApiModelProperty(value = "楼宇编号")
     private String floorCode;
-
+    @Excel(name = "备注", width = 15)
+    @ApiModelProperty(value = "楼宇编号")
+    private String notes;
 }
 

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

@@ -128,5 +128,9 @@ public class SmsCheckCustomerInfoVo implements Serializable {
     @ApiModelProperty(value = "所属部门")
     private String sysOrgCode;
 
+    @Excel(name = "备注", width = 15)
+    @ApiModelProperty(value = "备注")
+    private String notes;
+
 }