mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update会员计费模板
This commit is contained in:
@@ -74,4 +74,20 @@ public interface MemberGroupService {
|
||||
|
||||
List<MemberVO> queryMemberList(MemberGroupDTO dto);
|
||||
|
||||
MemberGroupVO queryByMerchantId(String merchantId);
|
||||
|
||||
/**
|
||||
* 通过站点id查询当前站点是否配置集团
|
||||
* @param stationId 站点信息
|
||||
* @return
|
||||
*/
|
||||
MemberGroupVO queryByStationId(String stationId);
|
||||
|
||||
/**
|
||||
* 添加会员到集团
|
||||
* 如果该站点配置的有集团,就把会员自动加入到集团中
|
||||
* 目前只有汇鑫大厦使用
|
||||
* @return
|
||||
*/
|
||||
int addMember2MemberGroup(String memberId, String stationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user