by Robin at 20240429
This commit is contained in:
parent
bd0fb55e8e
commit
4f20828005
|
@ -3,7 +3,7 @@ package apollostruct
|
||||||
import "service/dbstruct"
|
import "service/dbstruct"
|
||||||
|
|
||||||
type PlatformCfg struct {
|
type PlatformCfg struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Icon *dbstruct.MediaComponent `json:"icon"`
|
Icon *dbstruct.MediaComponent `json:"icon"`
|
||||||
DelFlag int64 `json:"del_flag"`
|
IsDeleted int64 `json:"is_deleted"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue