public interface AdminAccountRoleMapper extends cn.ipokerface.mybatis.AbstractMapper<Long,AdminAccountRole>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByAccountIds(List<Long> list) |
void |
insertBatch(List<AdminAccountRole> list) |
List<AdminRole> |
selectByAccountId(Long accountId) |
Copyright © 2021. All rights reserved.