update 集团列表

This commit is contained in:
2024-01-20 14:09:09 +08:00
parent 0e778e77c2
commit 8ed2ab56f2
6 changed files with 42 additions and 21 deletions

View File

@@ -10,15 +10,14 @@ import java.util.List;
/**
* 会员组Service接口
*
*
* @author jsowell
* @date 2023-12-26
*/
public interface MemberGroupService
{
public interface MemberGroupService {
/**
* 查询会员组
*
*
* @param id 会员组主键
* @return 会员组
*/
@@ -26,15 +25,12 @@ public interface MemberGroupService
/**
* 查询会员组列表
*
* @param memberGroup 会员组
* @return 会员组集合
*/
public List<MemberGroupVO> selectMemberGroupList(MemberGroup memberGroup);
public List<MemberGroupVO> selectMemberGroupList(MemberGroupDTO dto);
/**
* 新增会员组
*
*
* @param memberGroup 会员组
* @return 结果
*/
@@ -42,7 +38,7 @@ public interface MemberGroupService
/**
* 修改会员组
*
*
* @param memberGroup 会员组
* @return 结果
*/
@@ -50,7 +46,7 @@ public interface MemberGroupService
/**
* 批量删除会员组
*
*
* @param ids 需要删除的会员组主键集合
* @return 结果
*/
@@ -58,7 +54,7 @@ public interface MemberGroupService
/**
* 删除会员组信息
*
*
* @param id 会员组主键
* @return 结果
*/
@@ -66,6 +62,7 @@ public interface MemberGroupService
/**
* 查询会员折扣
*
* @param merchantId
* @param stationId
* @param memberId