lin
2024-03-16 f81d793cd9aa250b427b2f5e3445fb4edefcdad3
src/main/java/org/springblade/modules/place/entity/PlacePractitionerEntity.java
@@ -136,7 +136,7 @@
   /** 入职时间 */
   @ApiModelProperty(value = "入职时间", example = "")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @TableField(value = "employment_time",fill = FieldFill.INSERT)
   @TableField(value = "employment_time")
   private Date employmentTime;
   /** 离职时间 */
@@ -145,5 +145,9 @@
   @TableField("resignation_time")
   private Date resignationTime;
   /** 是离职 1:否 2:是 */
   @ApiModelProperty(value = "是离职 1:否 2:是", example = "")
   @TableField("resignation_flag")
   private Integer resignationFlag;
}