|
|
@ -4,6 +4,8 @@ import com.alibaba.excel.annotation.ExcelProperty; |
|
|
|
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description |
|
|
|
* @Author yzm |
|
|
@ -14,6 +16,7 @@ public class IcPropertyManagementImportExcelData { |
|
|
|
/** |
|
|
|
* 物业名称 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "物业名称必填") |
|
|
|
@ExcelProperty(value = "*物业名称") |
|
|
|
private String name; |
|
|
|
|
|
|
|