| | |
| | | private String customCodeSerialClass; |
| | | |
| | | /** |
| | | * 自定义的流水算法类 |
| | | */ |
| | | private String customCodeSerialClassText; |
| | | |
| | | /** |
| | | * 是否自动匹配分类值 |
| | | */ |
| | | private String matchClassifyValueFlag; |
| | |
| | | * 修改码段类型时是否清空码值 |
| | | */ |
| | | private Boolean isClearValue; |
| | | |
| | | /** |
| | | * 前缀 |
| | | */ |
| | | private String prefixCode; |
| | | |
| | | /** |
| | | * 后缀 |
| | | */ |
| | | private String suffixCode; |
| | | |
| | | public Boolean getClearValue() { |
| | | return isClearValue; |
| | | } |
| | | |
| | | public String getPrefixCode() { |
| | | return prefixCode; |
| | | } |
| | | |
| | | public String getSuffixCode() { |
| | | return suffixCode; |
| | | } |
| | | |
| | | public void setClearValue(Boolean clearValue) { |
| | | isClearValue = clearValue; |
| | | } |
| | | |
| | | public void setPrefixCode(String prefixCode) { |
| | | this.prefixCode = prefixCode; |
| | | } |
| | | |
| | | public void setSuffixCode(String suffixCode) { |
| | | this.suffixCode = suffixCode; |
| | | } |
| | | |
| | | public Boolean getIsClearValue() { |
| | | return isClearValue; |
| | |
| | | this.referCodeClassifyOidName = referCodeClassifyOidName; |
| | | } |
| | | |
| | | public String getCustomCodeSerialClassText() { |
| | | return customCodeSerialClassText; |
| | | } |
| | | |
| | | public void setCustomCodeSerialClassText(String customCodeSerialClassText) { |
| | | this.customCodeSerialClassText = customCodeSerialClassText; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeBasicSecDTO{" + |