MCPcopy Create free account
hub / github.com/TruthHun/BookStack / AdsCont

Struct AdsCont

models/ads.go:22–32  ·  view source on GitHub ↗

广告

Source from the content-addressed store, hash-verified

20
21// 广告
22type AdsCont struct {
23 Id int
24 Pid int `orm:"index"`
25 Title string
26 Code string `orm:"size(4096)"`
27 Start int
28 StartTime string `orm:"-"`
29 End int
30 EndTime string `orm:"-"`
31 Status bool
32}
33
34func NewAdsPosition() *AdsPosition {
35 return &AdsPosition{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected