package com.ruoyi.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ruoyi.system.domain.TbDataScreenScore; import com.ruoyi.system.mapper.TbDataScreenScoreMapper; import com.ruoyi.system.service.TbDataScreenScoreService; import org.springframework.stereotype.Service; /** *

* 大屏得分表 服务实现类 *

* * @author mitao * @since 2024-04-15 */ @Service public class TbDataScreenScoreServiceImpl extends ServiceImpl implements TbDataScreenScoreService { }