zhongrj
2024-03-16 d65293482a2f06c23b8d1d5cd1d440d1302d915d
src/main/java/org/springblade/modules/place/entity/PlacePractitionerEntity.java
@@ -80,13 +80,8 @@
   @TableField("id_card")
   private String idCard;
   /** 证件类型,业务字典  cardType */
   @ApiModelProperty(value = "证件类型,业务字典  cardType", example = "")
   @TableField("card_type")
   private String cardType;
   /** 岗位性质 */
   @ApiModelProperty(value = "岗位性质", example = "")
   /** 岗位 */
   @ApiModelProperty(value = "岗位", example = "")
   @TableField("job_nature")
   private String jobNature;
@@ -100,12 +95,6 @@
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @TableField(value = "create_time",fill = FieldFill.INSERT)
   private Date createTime;
   /** 生日 */
   @ApiModelProperty(value = "生日", example = "")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @TableField("birthday")
   private Date birthday;
   /** 民族 */
   @ApiModelProperty(value = "民族", example = "")