lin
2024-03-20 70a29ae28b85643e00a4b7fbf111a95646a24dc2
src/main/java/org/springblade/modules/place/entity/PlaceExtEntity.java
@@ -139,9 +139,9 @@
//   private Integer legalGender;
//
//   /** 法人身份证 */
//   @ApiModelProperty(value = "法人身份证", example = "")
//   @TableField("legal_id_card")
//   private String legalIdCard;
   @ApiModelProperty(value = "法人身份证", example = "")
   @TableField("legal_id_card")
   private String legalIdCard;
//
//   /** 法人证件类型,业务字典  cardType */
//   @ApiModelProperty(value = "法人证件类型,业务字典  cardType", example = "")
@@ -164,21 +164,21 @@
//   private String legalWxAccount;
   /** 生日 */
   @ApiModelProperty(value = "生日", example = "")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @TableField("birthday")
   private Date birthday;
   /** 民族 */
   @ApiModelProperty(value = "民族", example = "")
   @TableField("ethnicity")
   private Integer ethnicity;
   /** 工作单位(就职单位) */
   @ApiModelProperty(value = "工作单位(就职单位)", example = "")
   @TableField("employer")
   private String employer;
//   /** 生日 */
//   @ApiModelProperty(value = "生日", example = "")
//   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
//   @TableField("birthday")
//   private Date birthday;
//
//   /** 民族 */
//   @ApiModelProperty(value = "民族", example = "")
//   @TableField("ethnicity")
//   private Integer ethnicity;
//
//   /** 工作单位(就职单位) */
//   @ApiModelProperty(value = "工作单位(就职单位)", example = "")
//   @TableField("employer")
//   private String employer;
   /** 房东名字 */
   @ApiModelProperty(value = "房东名字", example = "")