| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.vci.ubcs.code.vo.pagemodel.SysIntHeaderVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.SysIntParamVO; |
| | | import com.vci.ubcs.starter.constant.CodeTableNameConstant; |
| | | import com.vci.ubcs.starter.revision.model.BaseModel; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import java.util.List; |
| | | |
| | | /*** |
| | | * 集成接口-集成接口管理对象 |
| | |
| | | @ApiModelProperty(value = "接口类型显示文本") |
| | | @TableField(exist = false) |
| | | private String interfaceTypeText; |
| | | |
| | | @Override |
| | | public String getFirstR() { |
| | | return super.getFirstR(); |
| | | } |
| | | |
| | | /** |
| | | * 参数类型 |
| | | */ |
| | |
| | | @ApiModelProperty(value = "返回值类型") |
| | | private String returnType; |
| | | |
| | | /** |
| | | * 内容类型 |
| | | */ |
| | | @ApiModelProperty(value = "内容类型") |
| | | private String contentType; |
| | | |
| | | /** |
| | | * 返回值类型显示文本 |
| | |
| | | * 来源系统名称 |
| | | */ |
| | | @ApiModelProperty(value = "来源系统名称") |
| | | private String sourceSysName; |
| | | @TableField(value = "SOURCESYSNAME") |
| | | private String sourceSystemName; |
| | | |
| | | /** |
| | | * 来源系统标识 |
| | | */ |
| | | @ApiModelProperty(value = "来源系统标识") |
| | | private String sourceSysId; |
| | | @TableField(value = "SOURCESYSID") |
| | | private String sourceSystemId; |
| | | |
| | | /** |
| | | * 来源系统主键显示文本 |
| | |
| | | * 目标系统名称 |
| | | */ |
| | | @ApiModelProperty(value = "目标系统名称") |
| | | private String targetSysName; |
| | | @TableField(value = "TARGETSYSNAME") |
| | | private String targetSystemName; |
| | | |
| | | /** |
| | | * 目标系统标识 |
| | | */ |
| | | @ApiModelProperty(value = "目标系统标识") |
| | | private String targetSysId; |
| | | @TableField(value = "TARGETSYSID") |
| | | private String targetSystemId; |
| | | |
| | | /** |
| | | * 目标系统主键显示文本 |
| | |
| | | |
| | | |
| | | /*** |
| | | * 推送类型 1:数据推送/2分类推送,默认数据推送 |
| | | * 推送类型 1:数据推送,2分类推送,默认数据推送,3:编码申请,4:编码更改(更改、状态,回收),5:分类查询,6:含规则信息的分类查询,7:数据查询 |
| | | */ |
| | | @ApiModelProperty(value = "推送类型 1:数据推送/2分类推送,默认数据推送") |
| | | @ApiModelProperty(value = "推送类型 1:数据推送,2分类推送,3:编码申请,4:编码更改(状态,回收),5:分类查询,6:含规则信息的分类查询,7:数据查询") |
| | | private String pushType; |
| | | /*** |
| | | * 推送类型显示值 |
| | |
| | | */ |
| | | @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 + '\'' + |
| | | ", sourceSystemName='" + sourceSystemName + '\'' + |
| | | ", sourceSystemId='" + sourceSystemId + '\'' + |
| | | ", sourceSystemOidName='" + sourceSystemOidName + '\'' + |
| | | ", targetSystemOid='" + targetSystemOid + '\'' + |
| | | ", targetSystemName='" + targetSystemName + '\'' + |
| | | ", targetSystemId='" + targetSystemId + '\'' + |
| | | ", 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 + '\'' + |
| | | '}'; |
| | | } |
| | | } |