| | |
| | | private String customCodeSerialClass; |
| | | |
| | | /** |
| | | * 自定义的流水算法类 |
| | | */ |
| | | private String customCodeSerialClassText; |
| | | |
| | | /** |
| | | * 是否自动匹配分类值 |
| | | */ |
| | | private String matchClassifyValueFlag; |
| | |
| | | this.referCodeClassifyOidName = referCodeClassifyOidName; |
| | | } |
| | | |
| | | public String getCustomCodeSerialClassText() { |
| | | return customCodeSerialClassText; |
| | | } |
| | | |
| | | public void setCustomCodeSerialClassText(String customCodeSerialClassText) { |
| | | this.customCodeSerialClassText = customCodeSerialClassText; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeBasicSecDTO{" + |