value
2024-05-23 05c569f74a1c94b84145abe34f2b2385d68fdec6
user-server/src/main/java/com/yuanchu/mom/pojo/User.java
@@ -24,14 +24,14 @@
    @TableId(type = IdType.AUTO)
    private Integer id;
    @ValueTableShow(1)
    @ValueTableShow(2)
    @ApiModelProperty(value = "账号")
    private String account;
    @ApiModelProperty(value = "密码")
    private String password;
    @ValueTableShow(2)
    @ValueTableShow(1)
    @ApiModelProperty(value = "姓名")
    private String name;
@@ -89,13 +89,11 @@
    /**
     * 签名照片地址
     */
    @ValueTableShow(value = 12,name = "签名照片地址")
    private String signatureUrl;
    /**
     * 自身照片地址
     */
    @ValueTableShow(value = 13,name = "自身照片地址")
    private String pictureUrl;
    /**
@@ -104,4 +102,7 @@
    @ApiModelProperty(value = "关联的部门id")
    private String departId;
    @ApiModelProperty(value = "LIMS关联的部门id")
    private String departLimsId;
}