添加招标信息城市code

This commit is contained in:
邹宗楠
2022-04-11 11:41:31 +08:00
parent 5ca707fc30
commit 1ba220674b
3 changed files with 6 additions and 0 deletions

View File

@@ -7,4 +7,5 @@ type BiddingInfo struct {
Title string `orm:"size(512);column(title)" json:"title"`
CgUrl string `orm:"size(512);column(cg_url)" json:"cgUrl"`
CgTime time.Time `orm:"cg_time;type(datetime)" json:"cgTime"`
City string `orm:"size(512);column(city)" json:"city"`
}