排班管理、主播管理、直播账号管理
This commit is contained in:
9
consts/public/collections.go
Normal file
9
consts/public/collections.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package public
|
||||
|
||||
// PostgreSQL表名常量
|
||||
|
||||
const (
|
||||
AnchorTable = "anchor" // 主播表
|
||||
LiveAccountTable = "live_account" // 直播账号表
|
||||
ScheduleTable = "schedule" // 排班表
|
||||
)
|
||||
Reference in New Issue
Block a user