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.
21 lines
867 B
21 lines
867 B
2 months ago
|
// =================================================================================
|
||
|
// 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:""`
|
||
|
}
|