intimate/table_list.go
2020-07-10 12:05:33 +08:00

11 lines
165 B
Go

package intimate
// SourceTable 源的table列表
type SourceTable string
const (
// STOpenrec openrec源table名称
STOpenrec SourceTable = "source_openrec"
)