intimate/platform_list.go

10 lines
146 B
Go
Raw Normal View History

2020-07-13 10:10:48 +00:00
package intimate
// Platform 源的table列表
type Platform string
const (
// Popenrec openrec源table名称
Popenrec Platform = "openrec"
)