mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	refactor: 字典管理分页查询接口 => 查询列表接口
This commit is contained in:
		| @@ -58,9 +58,4 @@ public class DictResp extends BaseDetailResp { | |||||||
|      */ |      */ | ||||||
|     @Schema(description = "是否为系统内置数据", example = "true") |     @Schema(description = "是否为系统内置数据", example = "true") | ||||||
|     private Boolean isSystem; |     private Boolean isSystem; | ||||||
|  |  | ||||||
|     @Override |  | ||||||
|     public Boolean getDisabled() { |  | ||||||
|         return this.getIsSystem(); |  | ||||||
|     } |  | ||||||
| } | } | ||||||
| @@ -34,6 +34,6 @@ import top.continew.starter.extension.crud.enums.Api; | |||||||
|  */ |  */ | ||||||
| @Tag(name = "字典管理 API") | @Tag(name = "字典管理 API") | ||||||
| @RestController | @RestController | ||||||
| @CrudRequestMapping(value = "/system/dict", api = {Api.PAGE, Api.GET, Api.ADD, Api.UPDATE, Api.DELETE}) | @CrudRequestMapping(value = "/system/dict", api = {Api.LIST, Api.GET, Api.ADD, Api.UPDATE, Api.DELETE}) | ||||||
| public class DictController extends BaseController<DictService, DictResp, DictResp, DictQuery, DictReq> { | public class DictController extends BaseController<DictService, DictResp, DictResp, DictQuery, DictReq> { | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user