feat:门店数据

This commit is contained in:
苏竹红
2025-06-06 10:55:27 +08:00
parent dd1bd487fc
commit 1c8c5085d5
3 changed files with 9 additions and 1 deletions

View File

@@ -31,5 +31,7 @@ public class StoreDTO {
private String joinMode;
@ApiModelProperty("门店类型")
private String storeType;
@ApiModelProperty("品牌")
private String brand;
}