田源
2024-03-12 f94ded5d0a6545bb564f986bc2db03a989fae662
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/pagemodel/DockingSystemConfigVO.java
@@ -1,6 +1,7 @@
package com.vci.ubcs.code.vo.pagemodel;
import com.vci.ubcs.starter.revision.model.BaseModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.List;
@@ -62,22 +63,20 @@
    */
   private String description;
   /**
    * 接口类型
    */
   private String interfaceType;
   /**
    * 接口类型显示文本
    */
   private String interfaceTypeText;
   /**
    * 参数类型
    */
   private String paramType;
   /**
    * 参数类型显示文本
@@ -88,11 +87,11 @@
    */
   private String requestMethod;
   /**
    * 请求方式显示文本
    */
   private String requestMethodText;
   /**
    * 分类oid
    */
@@ -123,17 +122,16 @@
    */
   private String requestUrl;
   /**
    * 返回值类型
    */
   private String returnType;
   /**
    * 返回值类型显示文本
    */
   private String returnTypeText;
   /**
    * 来源系统主键
    */
@@ -237,14 +235,30 @@
    * 分类名称
    */
   private String classifyName;
   /***
    * 集团码是否参与申请/更新/发送
    */
   private String isGroupCodeFlag;
   /**
    * 内容类型
    */
   private String contentType;
   public void setContentType(String contentType) {
      this.contentType = contentType;
   }
   public String getContentType() {
      return contentType;
   }
   /***
    * 参数信息对象
    */
   private List<DockingSysIntParamVO> sysIntParamVOs;
   /***
    * header信息对象
    */