package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.config;
|
|
|
/**
|
* 编码规则管理-引用码段-参照配置-搜索条件配置
|
*
|
* @author ludc
|
* @date 2023/5/19 17:36
|
*/
|
|
public class CodeSrchCondConfigVO extends CodeSrchCondConfig {
|
|
private static final long serialVersionUID = -51655155561881523L;
|
|
/**
|
* 筛选类型
|
*/
|
private String filterTypeText;
|
|
public String getFilterTypeText() {
|
return filterTypeText;
|
}
|
|
public void setFilterTypeText(String filterTypeText) {
|
this.filterTypeText = filterTypeText;
|
}
|
|
|
}
|