| package com.ruoyi.system.service.impl; | 
|   | 
| import com.ruoyi.system.model.LandReserved; | 
| import com.ruoyi.system.mapper.LandReservedMapper; | 
| import com.ruoyi.system.service.LandReservedService; | 
| import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | 
| import org.springframework.stereotype.Service; | 
|   | 
| /** | 
|  * <p> | 
|  * 收储土地 服务实现类 | 
|  * </p> | 
|  * | 
|  * @author mitao | 
|  * @since 2025-10-17 | 
|  */ | 
| @Service | 
| public class LandReservedServiceImpl extends ServiceImpl<LandReservedMapper, LandReserved> implements LandReservedService { | 
|   | 
| } |