| | |
| | | import com.moral.api.pojo.query.allocation.*; |
| | | import com.moral.api.pojo.dto.allocation.AllocationUnitDto; |
| | | import com.moral.api.pojo.query.allocationextension.AllocationExtensionAddCond; |
| | | import com.moral.api.pojo.query.app.AppAllocationFileCond; |
| | | import com.moral.api.pojo.query.app.AppAllocationPageCond; |
| | | import com.moral.api.pojo.vo.allocation.AllocationFindVo; |
| | | import com.moral.api.pojo.vo.allocation.AllocationPageVo; |
| | | import com.moral.api.pojo.vo.app.AppAllocationFindVo; |
| | | |
| | | public interface AllocationService extends IService<Allocation> { |
| | | |
| | |
| | | */ |
| | | List<AllocationFindVo> selectSmallRoutine(Integer state,String startTime,String endTime); |
| | | |
| | | /** |
| | | * 小程序分页 |
| | | * @param allocationPageCond |
| | | * @return |
| | | */ |
| | | Page<AllocationPageExt> pageApp(AppAllocationPageCond allocationPageCond); |
| | | |
| | | boolean saveFile(AppAllocationFileCond appAllocationFileCond); |
| | | |
| | | /** |
| | | * 小程序整改 |