|
|
@@ -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;
|
|
|
}
|
|
|
|