|
|
|
|
|
|
|
|
@Setter |
|
|
@Setter |
|
|
public class DictTypeQueryRequest extends AbstractStaffBizRequestDTO { |
|
|
public class DictTypeQueryRequest extends AbstractStaffBizRequestDTO { |
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "字典类型编码",required = true) |
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "字典类型编码") |
|
|
private String code; |
|
|
private String code; |
|
|
@ApiModelProperty(value = "字典类型名称",required = true) |
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "字典类型名称") |
|
|
private String name; |
|
|
private String name; |
|
|
@ApiModelProperty(value = "字典类型描述",required = true) |
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "字典类型描述") |
|
|
private String description; |
|
|
private String description; |
|
|
|
|
|
private int pageNo; |
|
|
|
|
|
private int pageSize; |
|
|
|
|
|
|
|
|
} |
|
|
} |