intimate/platform_list.go

10 lines
146 B
Go
Raw Normal View History

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