17 lines
558 B

5 months 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. )
  8. // VoteIndicators is the golang structure of table vote_indicators for DAO operations like Where/Data.
  9. type VoteIndicators struct {
  10. g.Meta `orm:"table:vote_indicators, do:true"`
  11. Id interface{} //
  12. Title interface{} //
  13. Num interface{} // 选择人数
  14. }