Commit 9146f393 authored by fangxinjiang's avatar fangxinjiang

人员档案批量更新及新增,排列派单,批量更新预入值 档案地 区县 选填-fxj

parent 54470a68
...@@ -54,7 +54,7 @@ public class TPreEmpMainVo extends RowIndex implements Serializable { ...@@ -54,7 +54,7 @@ public class TPreEmpMainVo extends RowIndex implements Serializable {
@ExcelAttribute(name = "档案所在地市", isArea = true, parentField = "fileProvince", isNotEmpty = true, errorInfo = "档案所在地市不能为空") @ExcelAttribute(name = "档案所在地市", isArea = true, parentField = "fileProvince", isNotEmpty = true, errorInfo = "档案所在地市不能为空")
@ExcelProperty("档案所在地市") @ExcelProperty("档案所在地市")
private String fileCity; private String fileCity;
@ExcelAttribute(name = "档案所在地县", isArea = true, parentField = "fileCity", isNotEmpty = true, errorInfo = "档案所在地县不能为空") @ExcelAttribute(name = "档案所在地县", isArea = true, parentField = "fileCity", isNotEmpty = false, 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