|
|
@@ -19,7 +19,7 @@ type CustCustomerBidRecord struct {
|
|
|
Title string `orm:"title" json:"title"` // 招标信息标题
|
|
|
InfoType string `orm:"info_type" json:"infoType"` // 信息分类
|
|
|
Bidder string `orm:"bidder" json:"bidder"` // 中标单位
|
|
|
- CreatedOn *gtime.Time `orm:"created_on" json:"createdOn"` // 创建招标日期
|
|
|
+ BiddingTime *gtime.Time `orm:"bidding_time" json:"biddingTime"` // 招标日期
|
|
|
Remark string `orm:"remark" json:"remark"` // 备注
|
|
|
CreatedBy int `orm:"created_by" json:"createdBy"` // 创建者
|
|
|
CreatedName string `orm:"created_name" json:"createdName"` // 创建人
|