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.
|
|
|
// =================================================================================
|
|
|
|
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
|
|
|
// =================================================================================
|
|
|
|
|
|
|
|
package entity
|
|
|
|
|
|
|
|
import (
|
|
|
|
"github.com/gogf/gf/v2/os/gtime"
|
|
|
|
)
|
|
|
|
|
|
|
|
// AdvertisementOceanegine is the golang structure for table advertisement_oceanegine.
|
|
|
|
type AdvertisementOceanegine struct {
|
|
|
|
Id int64 `json:"id" description:""`
|
|
|
|
AdvIdfv string `json:"advIdfv" description:""`
|
|
|
|
AdvAndroidId string `json:"advAndroidId" description:""`
|
|
|
|
CallbackParam string `json:"callbackParam" description:""`
|
|
|
|
CallbackUrl string `json:"callbackUrl" description:""`
|
|
|
|
LastTouchTime int64 `json:"lastTouchTime" description:""`
|
|
|
|
CDate *gtime.Time `json:"cDate" description:""`
|
|
|
|
Idfa string `json:"idfa" description:""`
|
|
|
|
Os int `json:"os" description:"安卓:0 IOS:1 其他:3"`
|
|
|
|
UnitId int64 `json:"unitId" description:""`
|
|
|
|
Caid string `json:"caid" description:""`
|
|
|
|
Ip string `json:"ip" description:""`
|
|
|
|
}
|