yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSecondClassService.java
@@ -2,8 +2,6 @@
import java.util.List;
import org.springframework.cache.annotation.Cacheable;
import com.yeshi.fanli.entity.bus.clazz.GoodsSecondClass;
import com.yeshi.fanli.exception.NotExistObjectException;
@@ -23,7 +21,5 @@
   public GoodsSecondClass getSecondClass(long scid);
   public void updateSecondClass(GoodsSecondClass secondClass) throws NotExistObjectException;
   public void deleteSecondClassByGC(long id);
}