Commit dcd36e19 authored by fangxinjiang's avatar fangxinjiang

批量新增导入

parent c1d6ca0e
...@@ -107,38 +107,15 @@ public class TAuditInfo implements Serializable { ...@@ -107,38 +107,15 @@ public class TAuditInfo implements Serializable {
@Schema(description = "公积金ID" ) @Schema(description = "公积金ID" )
@ExcelProperty("公积金ID" ) @ExcelProperty("公积金ID" )
private String providentId; private String providentId;
/** /**
* 基数变更ID * 身份证
*/
@Length(max = 32, message = "基数变更ID 不能超过32个字符" )
@ExcelAttribute(name = "基数变更ID", maxLength = 32)
@Schema(description = "基数变更ID" )
@ExcelProperty("基数变更ID" )
private String cardinalId;
/**
* 社保代理结算信息ID
*/
@Length(max = 32, message = "社保代理结算信息ID 不能超过32个字符" )
@ExcelAttribute(name = "社保代理结算信息ID", maxLength = 32)
@Schema(description = "社保代理结算信息ID" )
@ExcelProperty("社保代理结算信息ID" )
private String forecastFormId;
/**
* 人员离职派单ID
*/
@Length(max = 32, message = "人员离职派单ID 不能超过32个字符" )
@ExcelAttribute(name = "人员离职派单ID", maxLength = 32)
@Schema(description = "人员离职派单ID" )
@ExcelProperty("人员离职派单ID" )
private String empLeaveId;
/**
* 社保、公积金核准表
*/ */
@Length(max = 32, message = "社保、公积金核准表 不能超过32个字符" ) @ExcelAttribute(name = "身份证", maxLength = 32)
@ExcelAttribute(name = "社保、公积金核准表", maxLength = 32) @Schema(description = "身份证" )
@Schema(description = "社保、公积金核准表" ) @ExcelProperty("身份证" )
@ExcelProperty("社保、公积金核准表" ) private String empIdcard;
private String aprovalFormId;
/** /**
* 派单id * 派单id
*/ */
...@@ -148,13 +125,13 @@ public class TAuditInfo implements Serializable { ...@@ -148,13 +125,13 @@ public class TAuditInfo implements Serializable {
@ExcelProperty("派单id" ) @ExcelProperty("派单id" )
private String dispatchInfoId; private String dispatchInfoId;
/** /**
* type类型:0:其他;1:社 保办理备注 * type类型:0:其他;1:社保 2.公积金
*/ */
@NotBlank(message = "type类型不能为空" ) @NotBlank(message = "type类型不能为空" )
@Length(max = 1, message = "type类型不能超过1个字符" ) @Length(max = 1, message = "type类型不能超过1个字符" )
@ExcelAttribute(name = "type类型", isNotEmpty = true, errorInfo = "type类型不能为空", maxLength = 1) @ExcelAttribute(name = "type类型", isNotEmpty = true, errorInfo = "type类型不能为空", maxLength = 1)
@Schema(description = "type类型:0:其他;1:社 保办理备注" ) @Schema(description = "ype类型:0:其他;1:社保 2.公积金" )
@ExcelProperty("type类型:0:其他;1:社 保办理备注" ) @ExcelProperty("type类型" )
private String type; private String type;
} }
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