public interface OrgParamsDao extends Dao<OrgParam>
描述:组织参数 DAO接口
List<OrgParam>
getByOrgId(String id)
OrgParam
getByOrgIdAndAlias(String orgId, String alias)
void
removeByOrgIds(String... ids)
query
delete, deleteBatchIds, deleteById, deleteByMap, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById
List<OrgParam> getByOrgId(String id)
OrgParam getByOrgIdAndAlias(String orgId, String alias)
void removeByOrgIds(String... ids)
Copyright © 2018. All rights reserved.