zhaowenxuan
2024-10-11 2a9edc5ec5c33af656e8e8af768a25760f0dfc92
ltkj-common/src/main/java/com/ltkj/common/core/domain/entity/SysUser.java
@@ -163,6 +163,11 @@
    @ApiModelProperty(value = "所在机构")
    private String hospName;
    //所在机构ID
    @TableField(exist = false)
    @ApiModelProperty(value = "所在机构ID")
    private String hospId;
    //入职日期
    @TableField(exist = false)
    @JsonFormat(pattern = "yyyy-MM-dd")