Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package managecenterModel
|
||||
|
||||
// 白名单列表对象
|
||||
type WhiteList struct {
|
||||
// 合作商Id
|
||||
PartnerId int32 `json:"PartnerId"`
|
||||
|
||||
// 用户Id
|
||||
UserId string `json:"UserId"`
|
||||
}
|
||||
Reference in New Issue
Block a user