- 所有已实现的接口:
- CreateController<DictionaryItemEntity,String,DictionaryItemEntity>, DeleteController<DictionaryItemEntity,String>, QueryController<DictionaryItemEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, SimpleCrudController<DictionaryItemEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, SimpleGenericEntityController<DictionaryItemEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, UpdateController<DictionaryItemEntity,String,DictionaryItemEntity>
@RestController
@RequestMapping(value="${hsweb.web.mappings.dictionary-item:dictionary-item}")
@Authorize(permission="dictionary",
description="\u6570\u636e\u5b57\u5178\u7ba1\u7406")
public class DictionaryItemController
extends Object
implements SimpleGenericEntityController<DictionaryItemEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>
数据字典
- 作者:
- hsweb-generator-online