package org.jeecg.modules.dry.service.impl; import org.jeecg.modules.dry.entity.DryRepairRecords; import org.jeecg.modules.dry.mapper.DryRepairRecordsMapper; import org.jeecg.modules.dry.service.IDryRepairRecordsService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * @Description: 维修记录 * @Author: jeecg-boot * @Date: 2025-07-21 * @Version: V1.0 */ @Service public class DryRepairRecordsServiceImpl extends ServiceImpl implements IDryRepairRecordsService { }