|
@@ -55,6 +55,7 @@ type ArticleDetail struct {
|
|
ExpertNumber string `description:"专家编号"`
|
|
ExpertNumber string `description:"专家编号"`
|
|
Department string `description:"作者"`
|
|
Department string `description:"作者"`
|
|
SellerMobile string `description:"销售手机号"`
|
|
SellerMobile string `description:"销售手机号"`
|
|
|
|
+ SellerName string `description:"销售名称"`
|
|
ArticleIdMd5 string `description:"纪要id"`
|
|
ArticleIdMd5 string `description:"纪要id"`
|
|
}
|
|
}
|
|
|
|
|