Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DagInfo ¶
type DagInfo struct {
SystemID uint64 `db:"system_id"`
DateDelay int8 `db:"date_delay"`
DagID string `db:"dag_id"`
Type string `db:"type"`
SiteID string `db:"site_id"`
Brand string `db:"brand"`
City string `db:"city"`
Store string `db:"store"`
Notice bool `db:"notice"`
Status bool `db:"status"`
DoneTemplate string `db:"done_template"`
CreateTime int64 `db:"create_time"`
UpdateTime int64 `db:"update_time"`
}
Click to show internal directories.
Click to hide internal directories.