附近增加用户类型

This commit is contained in:
2025-02-17 11:56:12 +08:00
parent c967e9b608
commit 8baee4b858
5 changed files with 99 additions and 16 deletions

View File

@ -41,6 +41,11 @@ public class Annex implements Serializable {
@ApiModelProperty("唯一标识")
private Long userId;
/** 用户类型 */
@Excel(name = "用户类型")
@ApiModelProperty("用户类型")
private String userType;
/** 附件类型 */
@Excel(name = "附件类型")
@ApiModelProperty("附件类型")