public interface GxYySqlxRoleRelDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByRoleId(String roleId)
删除数据
|
void |
deleteBySqlx(String sqlx)
根据sqlx删除
|
List<GxYySqlxRoleRel> |
getByRoleId(String roleId)
根据角色查询
|
void |
insertBatch(List<GxYySqlxRoleRel> sqlxRoleRelList)
批量插入
|
List<GxYySqlxRoleRel> |
listBySqlx(String sqlx)
根据sqlx查询
|
List<GxYySqlxRoleRel> |
listBySqlxList(List<String> sqlxList)
根据sqlx查询
|
void deleteByRoleId(String roleId)
roleId - List<GxYySqlxRoleRel> getByRoleId(String roleId)
roleId - void deleteBySqlx(String sqlx)
sqlx - void insertBatch(List<GxYySqlxRoleRel> sqlxRoleRelList)
sqlxRoleRelList - List<GxYySqlxRoleRel> listBySqlx(String sqlx)
sqlx - List<GxYySqlxRoleRel> listBySqlxList(List<String> sqlxList)
sqlxList - Copyright © 2025. All rights reserved.