CubeInterfaceConfig
返回目录
数据库表名 CubeInterfaceConfig 中文名称 restful接口配置信息主表
所属模块 表单建模 主键 id
说明 restful接口配置信息主表
序号 数据库列名 中文名称 数据类型 长度 是否允许空值 是否为外键 是否自增长 默认值 说明
1 id id integer
2 interfacePK 接口标识 varchar2 100
3 interfaceName 接口名称 varchar2 100
4 modeid 相关模块 integer
5 addtype 操作类型新建 integer
6 updatetype 操作类型更新 integer
7 remark 备注 varchar2 4000
8 batchMaxCount 最大条数限制 integer
9 batchMaxSize 最大字节限制 integer
10 createUserType 操作者类型 integer 0按id 1按名称 2按工号 3按outkey
11 doCardInterface 是否触发页面扩展外部接口 integer
12 encryptionMode 加密类型 integer 0 base64 1其他
13 encryptionPath 加密接口路径 varchar2 999 加密类型为1其他时 需要填写加密接口的java路径
14 interfacetype 接口类型 integer
15 conditiontype 查询条件类型 integer
16 conditiontext 查询条件内容 varchar2 4000
17 ischeckRight 是否校验权限 integer 0 不校验 1校验
18 isReturnDetailTable 是否返回明细表 integer 0 不返回 1返回
19 searchSqlwhere 查询条件 varchar2 4000
20 createdate 创建日期 varchar2 16
21 updatedate 修改日期 varchar2 16