| | |
| | | */ |
| | | List<GdSupplyDemandAuditVO> selectGdSupplyDemandAuditPage(IPage page, GdSupplyDemandAuditVO gdSupplyDemandAudit); |
| | | |
| | | |
| | | /** |
| | | * 获取导出数据 |
| | | * |
| | | * @param queryWrapper |
| | | * @return |
| | | */ |
| | | List<GdSupplyDemandAuditExcel> exportGdSupplyDemandAudit(@Param("ew") Wrapper<GdSupplyDemandAuditEntity> queryWrapper); |
| | | List<GdSupplyDemandAuditExcel> exportGdSupplyDemandAudit( |
| | | @Param("ew") Wrapper<GdSupplyDemandAuditEntity> queryWrapper); |
| | | |
| | | /** |
| | | * 新增审核记录 |
| | |
| | | * @param demandId |
| | | * @return |
| | | */ |
| | | List<GdSupplyDemandAuditEntity> selectSupplyDemandAuditList(@Param("demandId") Long demandId); |
| | | List<GdSupplyDemandAuditVO> selectSupplyDemandAuditList(@Param("demandId") Long demandId); |
| | | |
| | | } |