feat:数据处理
This commit is contained in:
@@ -24,6 +24,8 @@ public class PreparationScheduleDetailVO {
|
||||
|
||||
private Long shopId;
|
||||
|
||||
private String shopCode;
|
||||
|
||||
@ApiModelProperty("门店名称")
|
||||
private String shopName;
|
||||
|
||||
|
||||
@@ -153,6 +153,7 @@ public class PreparationServiceImpl implements PreparationService {
|
||||
preparationScheduleDetailVO.setMobile(lineInfo.getMobile());
|
||||
preparationScheduleDetailVO.setJoinStatus(lineInfo.getJoinStatus());
|
||||
preparationScheduleDetailVO.setShopName(shopInfo.getShopName());
|
||||
preparationScheduleDetailVO.setShopCode(shopInfo.getShopCode());
|
||||
preparationScheduleDetailVO.setPlanOpenTime(shopInfo.getPlanOpenTime());
|
||||
preparationScheduleDetailVO.setStoreNum(shopInfo.getStoreNum());
|
||||
preparationScheduleDetailVO.setJoinStatus(lineInfo.getJoinStatus());
|
||||
|
||||
Reference in New Issue
Block a user