✨ 路径标签.
This commit is contained in:
@@ -36,4 +36,7 @@ public class DictValueQueryRequest extends PageRequest {
|
||||
@Schema(description = "配置描述")
|
||||
private String label;
|
||||
|
||||
@Schema(description = "额外参数")
|
||||
private String extra;
|
||||
|
||||
}
|
||||
|
||||
@@ -374,6 +374,7 @@ public class DictValueServiceImpl implements DictValueService {
|
||||
.like(DictValueDO::getKeyName, request.getKeyName())
|
||||
.like(DictValueDO::getValue, request.getValue())
|
||||
.like(DictValueDO::getLabel, request.getLabel())
|
||||
.like(DictValueDO::getExtra, request.getExtra())
|
||||
.orderByDesc(DictValueDO::getId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user