package com.fdkankan.goods.service; import com.fdkankan.common.base.IServiceOperations; import com.fdkankan.goods.entity.GoodsSpecValue; public interface IGoodsSpecValueService extends IServiceOperations<GoodsSpecValue> { }