Merge #112 into master from cc_20260429_fix

feat:门店列表新增标准店店型名称

* cc_20260429_fix: (1 commits squashed)

  - feat:门店列表新增标准店店型名称

Signed-off-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/112
This commit is contained in:
正新
2026-04-29 05:39:17 +00:00
parent 22fcfc6a90
commit 0b98bd4bb6
2 changed files with 7 additions and 3 deletions

View File

@@ -20,5 +20,9 @@ public class MiniShopsResponse {
private String ylsCode;
@ApiModelProperty("店铺详细地址")
private String detailAddress;
private String storeId;
@ApiModelProperty("标准店店型名称")
private String standardStoreTypeName;
}