添加招标信息城市code
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user