- UpdateStoreSku

This commit is contained in:
gazebo
2018-09-13 23:11:02 +08:00
parent 20c3c0341a
commit 84ea7d20ba
4 changed files with 119 additions and 14 deletions

View File

@@ -97,3 +97,7 @@ func (v *VendorSync) SyncSku(db *dao.DaoDB, nameID, skuID int, isForce bool, use
}
return err
}
func (v *VendorSync) SyncStoreSku(db *dao.DaoDB, storeID, skuID int, isForce bool, userName string) (err error) {
return err
}