添加招标信息,修改小程序用户登录商品列表
This commit is contained in:
10
business/model/bidding.go
Normal file
10
business/model/bidding.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type BiddingInfo struct {
|
||||
ID int64 `orm:"column(id)" json:"id"`
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user