| | |
| | | package com.matrix.system.hive.dao; |
| | | |
| | | import com.matrix.system.app.dto.ServiceOrderListDto; |
| | | import com.matrix.system.app.vo.ServiceOrderListVo; |
| | | import com.matrix.system.hive.bean.SysProjServices; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | public SysProjServices selectById(Long id); |
| | | |
| | | public void updateOrderTime(@Param("createTime") Date createTime, @Param("id") Long id); |
| | | |
| | | |
| | | List<ServiceOrderListVo> selectApiServiceOrderListInPage(@Param("record") ServiceOrderListDto serviceOrderListDto, @Param("pageVo") PaginationVO pageVo); |
| | | |
| | | int selectApiServiceOrderListTotal(@Param("record") ServiceOrderListDto serviceOrderListDto); |
| | | } |