|
@@ -174,6 +174,10 @@ type CalendarListView struct {
|
|
EnglishCompany int `description:"是否为英文客户: 0-否; 1-是"`
|
|
EnglishCompany int `description:"是否为英文客户: 0-否; 1-是"`
|
|
EnglishCountry string `description:"英文客户-国家"`
|
|
EnglishCountry string `description:"英文客户-国家"`
|
|
EnglishViewTotal int `description:"英文客户-累计点击量"`
|
|
EnglishViewTotal int `description:"英文客户-累计点击量"`
|
|
|
|
+ CompanyIndustry string `description:"客户行业"`
|
|
|
|
+ CompanyClassify string `description:"客户分类"`
|
|
|
|
+ QuestionStatus int `description:"问答状态:0-未填写;1-已填写"`
|
|
|
|
+ QuestionMsgStatus int `description:"问答模板消息:0-未发送;1-已发送"`
|
|
}
|
|
}
|
|
|
|
|
|
type CalendarListResp struct {
|
|
type CalendarListResp struct {
|