| | |
| | | * 自定义的流水算法类 |
| | | */ |
| | | private String customCodeSerialClass; |
| | | /** |
| | | * 自定义的流水算法类 |
| | | */ |
| | | private String customCodeSerialClassText; |
| | | |
| | | /*** |
| | | * 自定义流水类型 |
| | | */ |
| | | private String customCodeSerialType; |
| | | /** |
| | | * 是否自动匹配分类值 |
| | | */ |
| | |
| | | * 固定码的码值内容 |
| | | */ |
| | | private List<CodeFixedValueVO> fixedValueVOList; |
| | | |
| | | /** |
| | | * 前缀 |
| | | */ |
| | | private String prefixCode; |
| | | |
| | | /** |
| | | * 后缀 |
| | | */ |
| | | private String suffixCode; |
| | | |
| | | |
| | | public String getSecType() { |
| | | return secType; |
| | |
| | | this.codeDateValue = codeDateValue; |
| | | } |
| | | |
| | | public String getPrefixCode() { |
| | | return prefixCode; |
| | | } |
| | | |
| | | public void setPrefixCode(String prefixCode) { |
| | | this.prefixCode = prefixCode; |
| | | } |
| | | |
| | | public String getSuffixCode() { |
| | | return suffixCode; |
| | | } |
| | | |
| | | public void setSuffixCode(String suffixCode) { |
| | | this.suffixCode = suffixCode; |
| | | } |
| | | |
| | | public String getCustomCodeSerialClassText() { |
| | | return customCodeSerialClassText; |
| | | } |
| | | |
| | | public void setCustomCodeSerialClassText(String customCodeSerialClassText) { |
| | | this.customCodeSerialClassText = customCodeSerialClassText; |
| | | } |
| | | |
| | | public String getCustomCodeSerialType() { |
| | | return customCodeSerialType; |
| | | } |
| | | |
| | | public void setCustomCodeSerialType(String customCodeSerialType) { |
| | | this.customCodeSerialType = customCodeSerialType; |
| | | } |
| | | |
| | | } |