| | |
| | | /*** |
| | | * 码段码值 |
| | | */ |
| | | private List<CodeSectionValueVO> sectionValues; |
| | | private List<CodeSectionValueVO> sectionValue; |
| | | /** |
| | | * 日期格式 |
| | | */ |
| | |
| | | this.codeDateFormatStr = codeDateFormatStr; |
| | | } |
| | | |
| | | public String getParentClassifySecOid() { |
| | | return parentClassifySecOid; |
| | | } |
| | | |
| | | public void setParentClassifySecOid(String parentClassifySecOid) { |
| | | this.parentClassifySecOid = parentClassifySecOid; |
| | | } |
| | | |
| | | public List<CodeSectionValueVO> getSectionValue() { |
| | | return sectionValue; |
| | | } |
| | | |
| | | public void setSectionValue(List<CodeSectionValueVO> sectionValue) { |
| | | this.sectionValue = sectionValue; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "CodeSectionVO{" + |