| | |
| | | import cn.flightfeather.supervision.lightshare.service.DataProductService |
| | | import cn.flightfeather.supervision.lightshare.vo.AreaVo |
| | | import cn.flightfeather.supervision.lightshare.vo.ExcelConfigVo |
| | | import cn.flightfeather.supervision.lightshare.vo.dataprod.QueryOpt |
| | | import cn.flightfeather.supervision.model.dataproduct.DataProdOption |
| | | import cn.flightfeather.supervision.model.dataproduct.PPListProbRecurrence |
| | | import cn.flightfeather.supervision.model.dataproduct.PPListProblemChange |
| | |
| | | } |
| | | return res |
| | | } |
| | | |
| | | override fun findProduct(queryOpt: QueryOpt, page: Int, perPage: Int) { |
| | | // 根据产品类型编号、区域、时段、场景类型、配置id查询 |
| | | TODO("Not yet implemented") |
| | | } |
| | | |
| | | override fun generateProduct(queryOpt: QueryOpt) { |
| | | TODO("Not yet implemented") |
| | | } |
| | | } |