Fixiaobai
2023-08-09 aa3256f25ea88527455f96c02d39e6e319fcf8e4
user-server/src/main/java/com/yuanchu/limslaboratory/pojo/User.java
@@ -76,6 +76,9 @@
    @ApiModelProperty(value = "关联 角色id")
    private Integer roleId;
    @ApiModelProperty(value = "关联 企业id")
    private Integer enterpriseId;
    public User(String account, String name, String phone, String email, String info) {
        this.account = account;
        this.name = name;