// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // WishZan is the golang structure for table wish_zan. type WishZan struct { Id uint `json:"id" orm:"id" description:""` // Jwcode int `json:"jwcode" orm:"jwcode" description:""` // WishId int `json:"wishId" orm:"wish_id" description:""` // CreatedAt string `json:"createdAt" orm:"created_at" description:""` // }