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 and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import ( "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/os/gtime" )
// ExperienceOfficerSign is the golang structure of table experience_officer_sign for DAO operations like Where/Data.
type ExperienceOfficerSign struct { g.Meta `orm:"table:experience_officer_sign, do:true"` Id interface{} //
Jwcode interface{} //
Time interface{} //
State interface{} // 1 报名用户
Location interface{} // 1 新加坡 2 马来 3 香港 4 美股 5 A股
Identity interface{} // 1 博股会员 2 金卡会员
ReservationCode interface{} //
Seat interface{} //
Date *gtime.Time //
}
|