GL_FuncDefinition 数据库表名:函数定义DTO

字段名称 字段说明 字段长度 字段类型 是否唯一
ID 主键 -1 ID 0
Code 编号 30 String 0
Name 名称 200 String 0
Title 函数标题 50 String 0
Function 函数功能 50 String 0
Format 函数格式 300 String 0
Description 函数说明 300 String 0
Demo 函数示例 300 String 0
Type 函数类别 -1 Int 0
IsVisible 是否可见 -1 Bool 0
CreatedTime CreatedTime -1 DateTime 0
SequenceNumber 顺序号 -1 Int 0
Ts 分布时间戳 -1 TimeStamp 0
Updated 更新时间 32 DateTime 0
UpdatedBy 更新者 32 String 0
ReferenceUrl 函数参数地址 200 String 0