字段名称 | 字段说明 | 字段长度 | 字段类型 | 是否唯一 |
---|---|---|---|---|
id | 主键 | -1 | ID | False |
code | 编号 | 30 | String | False |
name | 名称 | 200 | String | False |
bodytemplate | 表体模板 | -1 | Bytes | False |
messagetype | 消息类型 | -1 | Enum | False |
messageobject | 消息对象 | 50 | String | False |
subjecttemplate | 标题模板 | 200 | String | False |
ts | 分布时间戳 | -1 | TimeStamp | False |
updated | 更新时间 | 32 | DateTime | False |
updatedBy | 更新者 | 32 | String | False |
TemplateType | 模板类型 | -1 | Enum | False |