| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.ruoyi.approve.pojo.ApproveProcess; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | /** |
| | |
| | | * @createDate 2025-07-08 16:44:05 |
| | | * @Entity com.ruoyi.approve.pojo.ApproveProcess |
| | | */ |
| | | @Mapper |
| | | public interface ApproveProcessMapper extends BaseMapper<ApproveProcess> { |
| | | |
| | | IPage<ApproveProcess> listPage(Page page,@Param("req") ApproveProcess approveProcess); |