add 字段

This commit is contained in:
shuo.wang
2025-05-22 15:26:16 +08:00
parent 50ed46f702
commit e2c8795bde
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import java.util.Date;
@Data
public class BranchShopDetailResponse {
private Long lineId;
@ApiModelProperty("加盟商名称")
private String username;

View File

@@ -386,6 +386,7 @@ public class ShopServiceImpl implements ShopService {
response.setUsername(lineInfo.getUsername());
response.setMobile(lineInfo.getMobile());
response.setShopId(shopId);
response.setLineId(lineInfo.getId());
response.setShopName(shopInfo.getShopName());
response.setJoinMode(shopInfo.getJoinMode());
response.setShopCode(shopInfo.getShopCode());