Commit 23638033 authored by fangxinjiang's avatar fangxinjiang

入职确认接收和修改合同优化-fxj

parent cbc20c9f
...@@ -44,24 +44,6 @@ public class TContractPreDetail extends BaseEntity { ...@@ -44,24 +44,6 @@ public class TContractPreDetail extends BaseEntity {
@Schema(description = "申请编号") @Schema(description = "申请编号")
private String applyNo; private String applyNo;
/**
* 申请人
*/
@ExcelAttribute(name = "申请人", maxLength = 100)
@Length(max = 100, message = "申请人不能超过100个字符")
@ExcelProperty("申请人")
@Schema(description = "申请人")
private String createName;
/**
* 申请时间
*/
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
@ExcelAttribute(name = "申请时间")
@ExcelProperty("申请时间")
@Schema(description = "申请时间")
private Date createTime;
/** /**
* 档案-省 * 档案-省
*/ */
......
...@@ -36,21 +36,6 @@ public class TContractPreDetailVo implements Serializable { ...@@ -36,21 +36,6 @@ public class TContractPreDetailVo implements Serializable {
@Schema(description = "申请编号") @Schema(description = "申请编号")
private String applyNo; private String applyNo;
/**
* 申请人
*/
@ExcelProperty("申请人")
@Schema(description = "申请人")
private String createName;
/**
* 申请时间
*/
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
@ExcelProperty("申请时间")
@Schema(description = "申请时间")
private Date createTime;
/** /**
* 档案-省 * 档案-省
*/ */
......
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