合并代码

This commit is contained in:
gxwebsoft
2023-06-09 12:30:28 +08:00
parent 61db0f4b5a
commit 484999cd07
6 changed files with 87 additions and 12 deletions

View File

@@ -65,4 +65,8 @@ public class TowerProjectUser implements Serializable {
@TableField(exist = false)
private String avatar;
@ApiModelProperty(value = "所在部门")
@TableField(exist = false)
private String organizationName;
}