|
@@ -102,8 +102,8 @@ type CompanyProductDetail struct {
|
|
|
IsShare int `description:"0:非共享用户,1:共享客户"`
|
|
|
ShareSeller string `description:"共享销售员"`
|
|
|
ShareSellerId int `description:"共享销售员id"`
|
|
|
- ViewTotal int `description:"总阅读次数"`
|
|
|
PermissionList []*PermissionLookList
|
|
|
+ ViewTotal int `description:"总阅读次数"`
|
|
|
}
|
|
|
|
|
|
func GetCompanyProductsByCompanyId(companyId int) (items []*CompanyProductDetail, err error) {
|