|
@@ -13,6 +13,7 @@ type CompanyProductUpdateLog struct {
|
|
|
Status string `description:"变更后的状态"`
|
|
|
SellerId int `description:"销售id"`
|
|
|
SellerName string `description:"销售名称"`
|
|
|
+ IsFormal int `description:"是否已经转正式,0是没有转正式,1是已经转过正式"`
|
|
|
Source string `description:"来源"`
|
|
|
CreateTime time.Time `description:"创建时间"`
|
|
|
}
|