Documentation
¶
Index ¶
Constants ¶
View Source
const ( MessageInit = 1 // 新建,初始化 MessageSending = 2 // 投送中 MessageSendSuccess = 3 // 投送成功 MessageSendFailed = 4 // 投送失败 MessageCancelled = -1 // 取消 MessageSendExpired = -9 // 投送失败 )
View Source
const ( MessagePriorityLow = 1 // low MessagePriorityNormal = 2 // normal MessagePriorityHigh = 3 // high )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlexTableField ¶
type FlexTableInfo ¶
type FlexTableInfo struct {
app.Pk
app.TableChangeInfo
Code string `orm:"column(code);unique"` // 表单编号
Project string `orm:"column(project)"` // 对项目的引用(引用project code)
Name string `orm:"column(name)"` // 名称描述
TableFields string `orm:"column(table_fields)"` // 别名列表(json格式 FlexTableField)
}
func (*FlexTableInfo) TableName ¶
func (*FlexTableInfo) TableName() string
Click to show internal directories.
Click to hide internal directories.