Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package managecenterModel
|
||||
|
||||
// 合作商类型
|
||||
type PartnerType int32
|
||||
|
||||
const (
|
||||
// IOS
|
||||
Con_IOS PartnerType = 0
|
||||
|
||||
// Android
|
||||
Con_Android PartnerType = 1
|
||||
|
||||
// 越狱
|
||||
Con_JailBreak PartnerType = 2
|
||||
)
|
||||
Reference in New Issue
Block a user