by Robin at 20240429

This commit is contained in:
Leufolium 2024-04-29 22:36:16 +08:00
parent bd0fb55e8e
commit 4f20828005
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ package apollostruct
import "service/dbstruct"
type PlatformCfg struct {
Name string `json:"name"`
Icon *dbstruct.MediaComponent `json:"icon"`
DelFlag int64 `json:"del_flag"`
Name string `json:"name"`
Icon *dbstruct.MediaComponent `json:"icon"`
IsDeleted int64 `json:"is_deleted"`
}