mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-17 02:46:49 +08:00
8 lines
170 B
Go
8 lines
170 B
Go
package model
|
|
|
|
type AppIgnoreUpgrade struct {
|
|
BaseModel
|
|
AppID uint `json:"appID"`
|
|
AppDetailID uint `json:"appDetailID"`
|
|
Scope string `json:"scope"`
|
|
}
|