Commit 36c907b8 authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 7243ac0b
...@@ -104,10 +104,12 @@ public class TEmployeeContractPre extends BaseEntity { ...@@ -104,10 +104,12 @@ public class TEmployeeContractPre extends BaseEntity {
@Schema(description = "合同起始时间") @Schema(description = "合同起始时间")
@JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00") @JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date contractStart; private Date contractStart;
@Schema(description = "合同到期时间") @Schema(description = "合同到期时间")
@JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00") @JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date contractEnd; private Date contractEnd;
@Schema(description = "签订类型") @Schema(description = "签订类型")
...@@ -124,10 +126,12 @@ public class TEmployeeContractPre extends BaseEntity { ...@@ -124,10 +126,12 @@ public class TEmployeeContractPre extends BaseEntity {
@Schema(description = "合同试用期开始时间") @Schema(description = "合同试用期开始时间")
@JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00") @JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date tryPeriodStart; private Date tryPeriodStart;
@Schema(description = "合同试用期结束时间") @Schema(description = "合同试用期结束时间")
@JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00") @JsonFormat(shape= JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd", timezone = "GMT+08:00")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date tryPeriodEnd; private Date tryPeriodEnd;
@Schema(description = "工作任务") @Schema(description = "工作任务")
...@@ -206,9 +210,11 @@ public class TEmployeeContractPre extends BaseEntity { ...@@ -206,9 +210,11 @@ public class TEmployeeContractPre extends BaseEntity {
private String dispatchPeriodMonth; private String dispatchPeriodMonth;
@Schema(description = "派遣开始日期") @Schema(description = "派遣开始日期")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date dispatchPeriodStart; private Date dispatchPeriodStart;
@Schema(description = "派遣结束日期") @Schema(description = "派遣结束日期")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date dispatchPeriodEnd; private Date dispatchPeriodEnd;
@Schema(description = "工作方式 0 第一种方式 1 第二种方式") @Schema(description = "工作方式 0 第一种方式 1 第二种方式")
...@@ -230,9 +236,11 @@ public class TEmployeeContractPre extends BaseEntity { ...@@ -230,9 +236,11 @@ public class TEmployeeContractPre extends BaseEntity {
private String internshipPeriod; private String internshipPeriod;
@Schema(description = "实习开始日期") @Schema(description = "实习开始日期")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date internshipPeriodStart; private Date internshipPeriodStart;
@Schema(description = "实习结束日期") @Schema(description = "实习结束日期")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Date internshipPeriodEnd; private Date internshipPeriodEnd;
@Schema(description = "合同岗位 0 固定岗位 1 等于档案处维护 2 自定义") @Schema(description = "合同岗位 0 固定岗位 1 等于档案处维护 2 自定义")
......
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