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.
14 lines
577 B
14 lines
577 B
|
1 day ago
|
// =================================================================================
|
||
|
|
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||
|
|
// =================================================================================
|
||
|
|
|
||
|
|
package entity
|
||
|
|
|
||
|
|
// CsjAdvertisement is the golang structure for table csj_advertisement.
|
||
|
|
type CsjAdvertisement struct {
|
||
|
|
Id int `json:"id" description:""`
|
||
|
|
PrimeRit string `json:"primeRit" description:""`
|
||
|
|
MediationRit string `json:"mediationRit" description:""`
|
||
|
|
MKey string `json:"mKey" description:""`
|
||
|
|
}
|