feat: 全量提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.youlai.system.pojo.query;
|
||||
|
||||
|
||||
import com.youlai.system.common.base.BasePageQuery;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@ApiModel("字典数据项分页查询对象")
|
||||
@Data
|
||||
public class DictItemPageQuery extends BasePageQuery {
|
||||
|
||||
@ApiModelProperty("关键字(字典项名称)")
|
||||
private String keywords;
|
||||
|
||||
@ApiModelProperty("字典类型编码")
|
||||
private String typeCode;
|
||||
}
|
||||
Reference in New Issue
Block a user