mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 20:57:14 +08:00
refactor: 字典管理分页查询接口 => 查询列表接口
This commit is contained in:
@@ -58,9 +58,4 @@ public class DictResp extends BaseDetailResp {
|
||||
*/
|
||||
@Schema(description = "是否为系统内置数据", example = "true")
|
||||
private Boolean isSystem;
|
||||
|
||||
@Override
|
||||
public Boolean getDisabled() {
|
||||
return this.getIsSystem();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user