intimate/table_list.go

11 lines
165 B
Go
Raw Normal View History

2020-07-10 04:05:33 +00:00
package intimate
// SourceTable 源的table列表
type SourceTable string
const (
// STOpenrec openrec源table名称
STOpenrec SourceTable = "source_openrec"
)