添加一些model

This commit is contained in:
suyl
2021-06-24 16:50:06 +08:00
parent f2f7928068
commit df481cd2b5
4 changed files with 35 additions and 127 deletions

View File

@@ -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"` //状态
}