Commit 4b64c142 authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 6f0e60b3
...@@ -20,10 +20,10 @@ public class TEmployeeContractDateVo implements Serializable { ...@@ -20,10 +20,10 @@ public class TEmployeeContractDateVo implements Serializable {
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd")
private Date registDate; private Date registDate;
@Schema(description = "月份后 0、1、2、3...") @Schema(description = "月份后 1、2、3...")
private int monthAfter; private int monthAfter;
@Schema(description = "年份后 0、1、2、3...") @Schema(description = "年份后 1、2、3...")
private int yearAfter; private int yearAfter;
} }
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