Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package managecenterModel
|
||||
|
||||
// 服务器状态
|
||||
type GroupState int32
|
||||
|
||||
const (
|
||||
// 正常
|
||||
Con_GroupState_Normal GroupState = 1
|
||||
|
||||
// 维护
|
||||
Con_GroupState_Maintain GroupState = 2
|
||||
)
|
||||
Reference in New Issue
Block a user