コード例 #1
0
ファイル: shop_manager.go プロジェクト: yonglehou/go2o
func (this *shopManagerImpl) deleteOfflineShop(mchId int, s shop.IShop) error {
	shopId := s.GetDomainId()
	err := this._rep.DeleteOfflineShop(mchId, shopId)
	return err
}