| | |
| | | import com.ruoyi.system.api.domain.poji.member.Member; |
| | | import com.ruoyi.system.api.domain.poji.shop.Shop; |
| | | import com.ruoyi.system.api.domain.vo.*; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @author jqs34 |
| | | * @date 2023/6/18 17:01 |
| | | */ |
| | | MgtBulletinBoardVo boardShopTotal(); |
| | | MgtBulletinBoardVo boardShopTotal(List<Long> userIds); |
| | | |
| | | /** |
| | | * @description 商户进件 |
| | |
| | | * @return |
| | | */ |
| | | R<String> merchantBasicdataNotify(MerchantBasicDataNotifyDto dto); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | * @return |
| | | */ |
| | | R<List<MerchantBasicdataSettlementVo>> getMerchantBasicDataSettlement(MerchantBasicdataSettlementDto merchantBasicdataSettlementDto); |
| | | |
| | | |
| | | /** |
| | | * @description |
| | | * @author jqs |
| | | * @date 2023/8/10 22:54 |
| | | * @param cityCodes |
| | | * @return List<Long> |
| | | */ |
| | | List<Shop> listShopByCityCode(List<String> cityCodes); |
| | | |
| | | |
| | | /** |
| | | * 根据员工id获取对应的门店 |
| | | * @param userIds |
| | | * @return |
| | | */ |
| | | List<Shop> getShopBySysUserIds(List<Long> userIds); |
| | | } |