|
@@ -20,7 +20,7 @@ import (
|
|
|
//投标状态更新内容
|
|
|
type PartStatusContent struct {
|
|
|
BidStage []string `json:"bidStage"` //投标项目阶段
|
|
|
- BidType int64 `json:"bidType"` //投标类型
|
|
|
+ BidType int64 `json:"bidType"` //投标类型1:直接投标;2:渠道投标
|
|
|
ChannelName string `json:"channelName"` //渠道名称
|
|
|
ChannelPerson string `json:"channelPerson"` //联系人
|
|
|
ChannelPhone string `json:"channelPhone"` //联系电话
|