add 字段
This commit is contained in:
@@ -15,6 +15,7 @@ import java.util.Date;
|
||||
@Data
|
||||
public class BranchShopDetailResponse {
|
||||
|
||||
private Long lineId;
|
||||
@ApiModelProperty("加盟商名称")
|
||||
private String username;
|
||||
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user