Commit db06197a authored by huyuchen's avatar huyuchen

hyc-档案所在地必填调整

parent e649a43a
...@@ -48,13 +48,13 @@ public class TPreEmpMainVo extends RowIndex implements Serializable { ...@@ -48,13 +48,13 @@ public class TPreEmpMainVo extends RowIndex implements Serializable {
@ExcelAttribute(name = "员工类型", isDataId = true, dataType = ExcelAttributeConstants.EMP_NATRUE) @ExcelAttribute(name = "员工类型", isDataId = true, dataType = ExcelAttributeConstants.EMP_NATRUE)
@ExcelProperty("员工类型") @ExcelProperty("员工类型")
private String empNatrue; private String empNatrue;
@ExcelAttribute(name = "档案所在地省", isArea = true) @ExcelAttribute(name = "档案所在地省", isArea = true, isNotEmpty = true, errorInfo = "档案所在地省不能为空")
@ExcelProperty("档案所在地省") @ExcelProperty("档案所在地省")
private String fileProvince; private String fileProvince;
@ExcelAttribute(name = "档案所在地市", isArea = true, parentField = "fileProvince") @ExcelAttribute(name = "档案所在地市", isArea = true, parentField = "fileProvince", isNotEmpty = true, errorInfo = "档案所在地市不能为空")
@ExcelProperty("档案所在地市") @ExcelProperty("档案所在地市")
private String fileCity; private String fileCity;
@ExcelAttribute(name = "档案所在地县", isArea = true, parentField = "fileCity") @ExcelAttribute(name = "档案所在地县", isArea = true, parentField = "fileCity", isNotEmpty = true, errorInfo = "档案所在地县不能为空")
@ExcelProperty("档案所在地县") @ExcelProperty("档案所在地县")
private String fileTown; private String fileTown;
@ExcelAttribute(name = "计税月份") @ExcelAttribute(name = "计税月份")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment