intimate/platform_list.go
2020-07-13 18:10:48 +08:00

10 lines
146 B
Go

package intimate
// Platform 源的table列表
type Platform string
const (
// Popenrec openrec源table名称
Popenrec Platform = "openrec"
)