Skip to content

title

sys_api

api接口

字段

字段名类型大小注释主键非空关联
uuidvarchar255主键id
namevarchar255api名称
titlevarchar255中文名
typevarchar50接口类型dict.CONNECTOR_TYPE
urlvarchar255接口路径
method_pathvarchar255接口调用的方法
systemvarchar255隶属系统
enablevarchar50是否启用(1:启用,0:禁用)dict.IS_ENABLE
declare_contentvarchar409600文件声明内容
create_attimestamptz创建时间
create_byvarchar64创建人
update_attimestamptz更新时间
update_byvarchar64更新人