xiejun
2023-11-30 529b40cc4cd049ae3e96d3aedae3142e0effea60
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/applybz/ClassfyBZVO.java
@@ -3,6 +3,7 @@
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamAsAttribute;
import com.vci.ubcs.code.vo.webserviceModel.apply.ApplyDatasVO;
import com.vci.ubcs.code.vo.webserviceModel.apply.SectionsVO;
/**
 * 分类信息
@@ -24,6 +25,12 @@
    */
   @XStreamAsAttribute
   private  String fullclsfNamePath;
   /**
    * 码段信息
    */
   private SectionsVO sections;
   /**
    * 数据集合
    */
@@ -61,6 +68,14 @@
      this.objects = objects;
   }
   public SectionsVO getSections() {
      return sections;
   }
   public void setSections(SectionsVO sections) {
      this.sections = sections;
   }
   @Override
   public String toString() {
      return "ClassfyBZVO{" +