@Service public class SysDepartmentService extends Object
| Constructor and Description |
|---|
SysDepartmentService() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(SysDepartment entity) |
int |
delete(String id) |
SysDepartment |
findById(String id) |
List<SysDepartment> |
findList(SysDepartmentModel queryModel) |
List<SysDepartment> |
pageQuery(SysDepartmentModel queryModel) |
int |
pageQueryCount(SysDepartmentModel queryModel) |
int |
update(SysDepartment entity) |
public int add(SysDepartment entity)
public int delete(String id)
public int update(SysDepartment entity)
public SysDepartment findById(String id)
public List<SysDepartment> findList(SysDepartmentModel queryModel)
public int pageQueryCount(SysDepartmentModel queryModel)
public List<SysDepartment> pageQuery(SysDepartmentModel queryModel)
Copyright © 2020. All rights reserved.