fix(system):更正租户VO中的店铺名称字段

This commit is contained in:
huk 2025-09-27 13:57:59 +08:00
parent ea7b64c9f6
commit 723521a7bb

View File

@ -80,7 +80,7 @@ public class SysTenantVo implements Serializable {
private LocalDateTime expireTime;
@Schema(description = "店铺名称")
private String shopName;
private String storeName;
@Schema(description = "企业类型")
private String companyType;