添加一些model
This commit is contained in:
@@ -1 +1,10 @@
|
||||
package model
|
||||
|
||||
type Apps struct {
|
||||
ModelIDCULD
|
||||
|
||||
Name string `json:"name"` //应用名称
|
||||
Type int `json:"type"` //应用类型
|
||||
AppKey string `json:"app_key"` //Key
|
||||
Status int `json:"status"` //状态
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user