update 会员组

This commit is contained in:
2024-01-02 15:29:30 +08:00
parent 0518eb536d
commit 0199b743a9
8 changed files with 188 additions and 68 deletions

View File

@@ -1,6 +1,7 @@
package com.jsowell.pile.mapper;
import com.jsowell.pile.domain.MemberGroup;
import com.jsowell.pile.vo.web.MemberGroupVO;
import java.util.List;
@@ -59,4 +60,6 @@ public interface MemberGroupMapper
* @return 结果
*/
public int deleteMemberGroupByIds(Long[] ids);
List<MemberGroupVO> queryMemberGroupList(MemberGroup memberGroup);
}