package opt

const (
	Msg200 = "操作成功"
	Msg400 = "输入不正确"
	Msg500 = "发生错误"
)

var (
	Debug bool = false
)