package org.jeecg.modules.cms.service.impl; import org.jeecg.modules.cms.entity.RatedLife; import org.jeecg.modules.cms.mapper.RatedLifeMapper; import org.jeecg.modules.cms.service.IRatedLifeService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * @Description: 额定寿命 * @Author: jeecg-boot * @Date: 2025-07-28 * @Version: V1.0 */ @Service public class RatedLifeServiceImpl extends ServiceImpl implements IRatedLifeService { }