| | |
| | | import com.moral.api.pojo.ext.allocation.AllocationPageExt; |
| | | import com.moral.api.pojo.query.allocation.AllocationListCond; |
| | | import com.moral.api.pojo.query.allocation.AllocationPageCond; |
| | | import com.moral.api.pojo.query.app.AppAllocationPageCond; |
| | | import com.moral.api.pojo.vo.allocation.AllocationFindVo; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | |
| | | Page<AllocationPageExt> extPage(Page page, @Param("allocation") AllocationPageCond allocationPageCond); |
| | | |
| | | |
| | | Page<AllocationPageExt> extAppPage(Page page, @Param("allocation") AppAllocationPageCond allocationPageCond); |
| | | |
| | | /** |
| | | * 查询列表详情 |
| | | * @param allocationListCond |
| | |
| | | List<AllocationListExt> extList(@Param("allocation") AllocationListCond allocationListCond); |
| | | |
| | | |
| | | List<AllocationFindVo> selectSmallRoutine( Integer state); |
| | | |
| | | |
| | | } |