| Name | Description | Type | Additional information |
|---|---|---|---|
| OldProductId |
被复制的商品ID int NOT NULL. |
integer |
Required |
| OldShopId |
被复制的商品所属门店ID char(4) NOT NULL. |
string |
Required Max length: 4 |
| ProductId |
目标商品ID int NOT NULL. |
integer |
Required |
| ShopId |
目标商品所属门店ID char(4) NOT NULL. |
string |
Required Max length: 4 |
| IsDelete |
是否需要删除目标商品原有的单位 char(1) 1表示是,0表示否。 |
string |
Required |