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.
13 lines
577 B
13 lines
577 B
// ================================================================================= |
|
// 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:""` |
|
}
|
|
|