goProject/trunk/framework/managecenterModel/officialOrTest.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

12 lines
155 B
Go

package managecenterModel
type OfficialOrTest int32
const (
// 正式服
Con_Official OfficialOrTest = 1
// 测试服
Con_Test OfficialOrTest = 2
)