package com.matrix.system.score.service; import com.matrix.system.score.dao.ScoreGoodsCategoryDao; import com.matrix.system.score.entity.ScoreGoodsCategory; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; /** * @description 商品分类表 * @author yourName * @date 2021-02-26 15:26 */ @Service public class ScoreGoodsCategoryService extends ServiceImpl{ }