|
@ -13,7 +13,7 @@ import org.hibernate.validator.constraints.Length; |
|
|
@Data |
|
|
@Data |
|
|
public class HouseErrorInfoModel { |
|
|
public class HouseErrorInfoModel { |
|
|
|
|
|
|
|
|
@Excel(name = "行号", width = 10) |
|
|
@Excel(name = "行号(不计算表头)", width = 20) |
|
|
private Integer num; |
|
|
private Integer num; |
|
|
|
|
|
|
|
|
@Excel(name = "所属小区", width = 20) |
|
|
@Excel(name = "所属小区", width = 20) |
|
|