xiejun
2023-07-05 b04005e136d7de620bb66660cc268f5750ca7b42
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/coderule/CodeSectionVO.java
@@ -67,7 +67,7 @@
   /***
    * 码段码值
    */
   private List<CodeSectionValueVO> sectionValues;
   private List<CodeSectionValueVO> sectionValue;
   /**
    * 日期格式
    */
@@ -146,6 +146,22 @@
      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{" +