广告位
| 12 | |
| 13 | // 广告位 |
| 14 | type AdsPosition struct { |
| 15 | Id int |
| 16 | Title string |
| 17 | Identify string `orm:"index;size(32)"` |
| 18 | IsMobile bool `orm:"index"` |
| 19 | } |
| 20 | |
| 21 | // 广告 |
| 22 | type AdsCont struct { |
nothing calls this directly
no outgoing calls
no test coverage detected