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