ai_scheduler/internal/data/constants/task.go

12 lines
92 B
Go

package constants
const (
IsSHOW = 1
NotShow = 2
)
const (
Enable = 1
Disable = 2
)