feat-IRONFANS-86-Robin #383

Merged
chenhao merged 2 commits from feat-IRONFANS-86-Robin into main 2024-04-29 22:37:07 +08:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 4f20828005 - Show all commits

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"`
}