// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // Vote1Indicators is the golang structure of table vote1_indicators for DAO operations like Where/Data. type Vote1Indicators struct { g.Meta `orm:"table:vote1_indicators, do:true"` Id interface{} // Title interface{} // Description interface{} // Img interface{} // }