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.
40 lines
1.2 KiB
40 lines
1.2 KiB
4 months ago
|
// =================================================================================
|
||
|
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||
|
// =================================================================================
|
||
|
|
||
|
package do
|
||
|
|
||
|
import (
|
||
|
"github.com/gogf/gf/v2/frame/g"
|
||
|
)
|
||
|
|
||
|
// Advertisement is the golang structure of table advertisement for DAO operations like Where/Data.
|
||
|
type Advertisement struct {
|
||
|
g.Meta `orm:"table:advertisement, do:true"`
|
||
|
Id interface{} //
|
||
|
Idfa interface{} //
|
||
|
Time interface{} //
|
||
|
Ip interface{} //
|
||
|
OrgId interface{} //
|
||
|
OrgName interface{} //
|
||
|
GameId interface{} //
|
||
|
GameName interface{} //
|
||
|
AdsetId interface{} //
|
||
|
AdsetNet interface{} //
|
||
|
DeviceBrand interface{} //
|
||
|
DeviceModel interface{} //
|
||
|
CreativeId interface{} //
|
||
|
ConversionType interface{} //
|
||
|
Device interface{} //
|
||
|
OAID interface{} //
|
||
|
Callback interface{} //
|
||
|
TapTrackId interface{} //
|
||
|
TapProjectId interface{} //
|
||
|
ANID interface{} //
|
||
|
IMEI interface{} //
|
||
|
Once interface{} //
|
||
|
Register interface{} //
|
||
|
Recharge interface{} //
|
||
|
Two interface{} //
|
||
|
}
|