| | |
| | | package com.vci.ubcs.code.vo.pagemodel; |
| | | |
| | | import com.vci.starter.web.pagemodel.BaseModelVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.BaseModelVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | /** |
| | | * 码段类型 |
| | | */ |
| | | private String sectype; |
| | | private String secType; |
| | | |
| | | |
| | | /** |
| | | * 码段类型显示文本 |
| | | */ |
| | | private String sectypeText; |
| | | private String secTypeText; |
| | | |
| | | /** |
| | | * 所属编码规则 |
| | |
| | | /** |
| | | * 设置 码段类型 |
| | | */ |
| | | public void setSectype (String sectype){ |
| | | this.sectype = sectype; |
| | | public void setSecType (String secType){ |
| | | this.secType = secType; |
| | | } |
| | | |
| | | public String getSectypeText() { |
| | | return sectypeText; |
| | | public String getSecTypeText() { |
| | | return secTypeText; |
| | | } |
| | | |
| | | public void setSectypeText(String sectypeText) { |
| | | this.sectypeText = sectypeText; |
| | | public void setSecTypeText(String secTypeText) { |
| | | this.secTypeText = secTypeText; |
| | | } |
| | | |
| | | public String getSectype() { |
| | | return sectype; |
| | | public String getSecType() { |
| | | return secType; |
| | | } |
| | | |
| | | public String getCodeSecLengthType() { |
| | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeBasicSecVO{" + |
| | | "sectype='" + sectype + '\'' + |
| | | ", sectypeText='" + sectypeText + '\'' + |
| | | "secType='" + secType + '\'' + |
| | | ", secTypeText='" + secTypeText + '\'' + |
| | | ", pkCodeRule='" + pkCodeRule + '\'' + |
| | | ", orderNum=" + orderNum + |
| | | ", codeSecLengthType='" + codeSecLengthType + '\'' + |