xiejun
2023-08-22 99e7bd4734c18ab06f4984a2aa6e5db435cb1ede
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/DockingSystemConfig.java
@@ -312,4 +312,63 @@
    */
   @ApiModelProperty(value = "分类名称")
   private String classifyName;
   /***
    * 集团码是否参与申请/更新/发送
    */
   /**
    * 分类名称
    */
   @ApiModelProperty(value = "集团码是否参与申请/更新/发送")
   private String isGroupCodeFlag;
   @Override
   public String toString() {
      return "DockingSystemConfig{" +
         "authorityOid='" + authorityOid + '\'' +
         ", authorityOidName='" + authorityOidName + '\'' +
         ", authorityType='" + authorityType + '\'' +
         ", authorityTypeText='" + authorityTypeText + '\'' +
         ", userAccount='" + userAccount + '\'' +
         ", userCode='" + userCode + '\'' +
         ", token='" + token + '\'' +
         ", interfaceFunction='" + interfaceFunction + '\'' +
         ", interfaceType='" + interfaceType + '\'' +
         ", interfaceTypeText='" + interfaceTypeText + '\'' +
         ", paramType='" + paramType + '\'' +
         ", paramTypeText='" + paramTypeText + '\'' +
         ", requestMethod='" + requestMethod + '\'' +
         ", requestMethodText='" + requestMethodText + '\'' +
         ", classifyOid='" + classifyOid + '\'' +
         ", usedFlag='" + usedFlag + '\'' +
         ", sysBaseOid='" + sysBaseOid + '\'' +
         ", sysBaseId='" + sysBaseId + '\'' +
         ", sysBaseName='" + sysBaseName + '\'' +
         ", requestUrl='" + requestUrl + '\'' +
         ", returnType='" + returnType + '\'' +
         ", returnTypeText='" + returnTypeText + '\'' +
         ", sourceSystemOid='" + sourceSystemOid + '\'' +
         ", sourceSysName='" + sourceSysName + '\'' +
         ", sourceSysId='" + sourceSysId + '\'' +
         ", sourceSystemOidName='" + sourceSystemOidName + '\'' +
         ", targetSystemOid='" + targetSystemOid + '\'' +
         ", targetSysName='" + targetSysName + '\'' +
         ", targetSysId='" + targetSysId + '\'' +
         ", targetSystemOidName='" + targetSystemOidName + '\'' +
         ", classPath='" + classPath + '\'' +
         ", dataFlowType='" + dataFlowType + '\'' +
         ", dataFlowTypeText='" + dataFlowTypeText + '\'' +
         ", btmTypeId='" + btmTypeId + '\'' +
         ", btmTypeName='" + btmTypeName + '\'' +
         ", namespace='" + namespace + '\'' +
         ", soapAction='" + soapAction + '\'' +
         ", cxfAxis='" + cxfAxis + '\'' +
         ", targetName='" + targetName + '\'' +
         ", pushType='" + pushType + '\'' +
         ", pushTypeText='" + pushTypeText + '\'' +
         ", classifyId='" + classifyId + '\'' +
         ", classifyName='" + classifyName + '\'' +
         ", isGroupCodeFlag=" + isGroupCodeFlag +
         '}';
   }
}