// ================================================================================= // 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" ) // ExperienceOfficerVote is the golang structure of table experience_officer_vote for DAO operations like Where/Data. type ExperienceOfficerVote struct { g.Meta `orm:"table:experience_officer_vote, 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 // }