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.

24 lines
929 B

3 weeks ago
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package do
  5. import (
  6. "github.com/gogf/gf/v2/frame/g"
  7. "github.com/gogf/gf/v2/os/gtime"
  8. )
  9. // ExperienceOfficerSign is the golang structure of table experience_officer_sign for DAO operations like Where/Data.
  10. type ExperienceOfficerSign struct {
  11. g.Meta `orm:"table:experience_officer_sign, do:true"`
  12. Id interface{} //
  13. Jwcode interface{} //
  14. Time interface{} //
  15. State interface{} // 1 报名用户
  16. Location interface{} // 1 新加坡 2 马来 3 香港 4 美股 5 A股
  17. Identity interface{} // 1 博股会员 2 金卡会员
  18. ReservationCode interface{} //
  19. Seat interface{} //
  20. Date *gtime.Time //
  21. }