| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.resource.mapper; |
| | | package org.springblade.Autowired.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.resource.entity.Attach; |
| | | import org.springblade.resource.vo.AttachVO; |
| | | import org.springblade.Autowired.entity.Attach; |
| | | import org.springblade.Autowired.vo.AttachVO; |
| | | |
| | | import java.util.List; |
| | | |