You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.8 KiB
35 lines
1.8 KiB
4 months ago
|
// =================================================================================
|
||
|
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||
|
// =================================================================================
|
||
|
|
||
|
package entity
|
||
|
|
||
|
// Advertisement is the golang structure for table advertisement.
|
||
|
type Advertisement struct {
|
||
|
Id int64 `json:"id" description:""`
|
||
|
Idfa string `json:"idfa" description:""`
|
||
|
Time string `json:"time" description:""`
|
||
|
Ip string `json:"ip" description:""`
|
||
|
OrgId string `json:"orgId" description:""`
|
||
|
OrgName string `json:"orgName" description:""`
|
||
|
GameId string `json:"gameId" description:""`
|
||
|
GameName string `json:"gameName" description:""`
|
||
|
AdsetId string `json:"adsetId" description:""`
|
||
|
AdsetNet string `json:"adsetNet" description:""`
|
||
|
DeviceBrand string `json:"deviceBrand" description:""`
|
||
|
DeviceModel string `json:"deviceModel" description:""`
|
||
|
CreativeId string `json:"creativeId" description:""`
|
||
|
ConversionType string `json:"conversionType" description:""`
|
||
|
Device string `json:"device" description:""`
|
||
|
OAID string `json:"oAID" description:""`
|
||
|
Callback string `json:"callback" description:""`
|
||
|
TapTrackId string `json:"tapTrackId" description:""`
|
||
|
TapProjectId string `json:"tapProjectId" description:""`
|
||
|
ANID string `json:"aNID" description:""`
|
||
|
IMEI string `json:"iMEI" description:""`
|
||
|
Once int `json:"once" description:""`
|
||
|
Register int64 `json:"register" description:""`
|
||
|
Recharge int `json:"recharge" description:""`
|
||
|
Two int `json:"two" description:""`
|
||
|
}
|