package org.jeecg.modules.eam.service.impl; import org.jeecg.modules.eam.entity.MaintenanceType; import org.jeecg.modules.eam.mapper.MaintenanceTypeMapper; import org.jeecg.modules.eam.service.IMaintenanceTypeService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * @Description: mom_eam_maintenance_type * @Author: jeecg-boot * @Date: 2023-03-14 * @Version: V1.0 */ @Service public class MaintenanceTypeServiceImpl extends ServiceImpl implements IMaintenanceTypeService { }