Changes提交修改

This commit is contained in:
15666619788
2025-07-27 22:23:59 +08:00
parent a9895296f0
commit 34d3a965d7
35 changed files with 894 additions and 26 deletions

View File

@@ -84,4 +84,7 @@ private static final long serialVersionUID = 1L;
/** 租户id */
@Excel(name = "租户id")
private Long tenantId;
@ApiModelProperty("图片")
private String imgUrl;
}