public interface PersonDao extends org.hswebframework.web.dao.CrudDao<PersonEntity,String>
| 限定符和类型 | 方法和说明 |
|---|---|
List<PersonEntity> |
selectByPositionId(String positionId) |
List<PersonEntity> |
selectByRoleId(String positionId) |
List<PersonEntity> selectByPositionId(String positionId)
List<PersonEntity> selectByRoleId(String positionId)
Copyright © 2018. All rights reserved.