|
|
@ -5,6 +5,7 @@ import com.alibaba.excel.annotation.write.style.ColumnWidth; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
import javax.validation.constraints.NotNull; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
@ -58,7 +59,7 @@ public class EnterpriseImportExcelDTO { |
|
|
|
* 4:100人以上】 |
|
|
|
* 改为手输数字了 |
|
|
|
*/ |
|
|
|
@NotBlank(message = "规模不能为空") |
|
|
|
@NotNull(message = "规模不能为空") |
|
|
|
@ExcelProperty(value = "规模") |
|
|
|
private Integer scaleTotal; |
|
|
|
|
|
|
|