BUGFIX:aida;
This commit is contained in:
@@ -35,10 +35,15 @@ public class Workspace implements Serializable {
|
||||
@ApiModelProperty(value = "工作空间名称")
|
||||
private String workSpaceName;
|
||||
/**
|
||||
* 用户ID
|
||||
* 用户名
|
||||
*/
|
||||
@ApiModelProperty(value = "用户名")
|
||||
private String userName;
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
@ApiModelProperty(value = "用户ID")
|
||||
private Long accountId;
|
||||
/**
|
||||
* 性别
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user