附近增加用户类型
This commit is contained in:
@ -41,6 +41,11 @@ public class Annex implements Serializable {
|
||||
@ApiModelProperty("唯一标识")
|
||||
private Long userId;
|
||||
|
||||
/** 用户类型 */
|
||||
@Excel(name = "用户类型")
|
||||
@ApiModelProperty("用户类型")
|
||||
private String userType;
|
||||
|
||||
/** 附件类型 */
|
||||
@Excel(name = "附件类型")
|
||||
@ApiModelProperty("附件类型")
|
||||
|
Reference in New Issue
Block a user