文档中心 > API文档

4.39.2. 表单字段定义实体(DefinitionExport)

参数

名称

数据类型

长度

备注

name

字段名称

string

 

 

len

字段长度

int

 

 

isNullable

是否为空

int

 

0=可空

1=不可为空

optionId

枚举类型ID

int

 

保留字段,恒为0

mathRuleScript

计算脚本

string

 

保留字段,恒为null

defaultValue

缺省值

string

 

保留字段,恒为空字符串

type

数据类型

int

 

0=varchar

1=longtext

2=datetime

3=timestamp

4=decimal

5=handwrite