- 所有已实现的接口:
- CreateController<DepartmentEntity,String,DepartmentEntity>, DeleteController<DepartmentEntity,String>, QueryController<DepartmentEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, SimpleCrudController<DepartmentEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, SimpleGenericEntityController<DepartmentEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, UpdateController<DepartmentEntity,String,DepartmentEntity>
@RestController
@RequestMapping(value="${hsweb.web.mappings.department:department}")
@Authorize(permission="department",
description="\u90e8\u95e8\u7ba1\u7406",
dataAccess=@RequiresDataAccess)
public class DepartmentController
extends Object
implements SimpleGenericEntityController<DepartmentEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>
部门
- 作者:
- hsweb-generator-online