package com.mes.hollowtask.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.mes.hollowtask.entity.HollowBigStorageCageHistoryTask; import com.mes.hollowtask.mapper.HollowBigStorageCageHistoryTaskMapper; import com.mes.hollowtask.service.HollowBigStorageCageHistoryTaskService; import org.springframework.stereotype.Service; /** * (HollowBigStorageCageHistoryTask)表服务实现类 * * @author makejava * @since 2024-11-27 15:22:48 */ @Service public class HollowBigStorageCageHistoryTaskServiceImpl extends ServiceImpl implements HollowBigStorageCageHistoryTaskService { }