| | |
| | | private String customCodeSerialClass; |
| | | |
| | | /** |
| | | * 自定义的流水算法类 |
| | | */ |
| | | private String customCodeSerialClassText; |
| | | |
| | | /*** |
| | | * 自定义流水类型 |
| | | */ |
| | | private String customCodeSerialType; |
| | | |
| | | /** |
| | | * 是否自动匹配分类值 |
| | | */ |
| | | private String matchClassifyValueFlag; |
| | |
| | | */ |
| | | 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; |
| | | } |
| | | |
| | | public void setCustomCodeSerialType(String customCodeSerialType) { |
| | | this.customCodeSerialType = customCodeSerialType; |
| | | } |
| | | |
| | | public String getCustomCodeSerialType() { |
| | | return customCodeSerialType; |
| | | } |
| | | |
| | | public void setIsClearValue(Boolean clearValue) { |
| | |
| | | this.referCodeClassifyOidName = referCodeClassifyOidName; |
| | | } |
| | | |
| | | public String getCustomCodeSerialClassText() { |
| | | return customCodeSerialClassText; |
| | | } |
| | | |
| | | public void setCustomCodeSerialClassText(String customCodeSerialClassText) { |
| | | this.customCodeSerialClassText = customCodeSerialClassText; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeBasicSecDTO{" + |