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.

22 lines
1.6 KiB

3 weeks ago
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package entity
  5. import (
  6. "github.com/gogf/gf/v2/os/gtime"
  7. )
  8. // ExperienceOfficerSign is the golang structure for table experience_officer_sign.
  9. type ExperienceOfficerSign struct {
  10. Id uint `json:"id" orm:"id" description:""` //
  11. Jwcode int `json:"jwcode" orm:"jwcode" description:""` //
  12. Time int `json:"time" orm:"time" description:""` //
  13. State int `json:"state" orm:"state" description:"1 报名用户"` // 1 报名用户
  14. Location int `json:"location" orm:"location" description:"1 新加坡 2 马来 3 香港 4 美股 5 A股"` // 1 新加坡 2 马来 3 香港 4 美股 5 A股
  15. Identity int `json:"identity" orm:"identity" description:"1 博股会员 2 金卡会员"` // 1 博股会员 2 金卡会员
  16. ReservationCode string `json:"reservationCode" orm:"reservation_code" description:""` //
  17. Seat string `json:"seat" orm:"seat" description:""` //
  18. Date *gtime.Time `json:"date" orm:"date" description:""` //
  19. }