| | |
| | | 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.model.dataproduct.DataProdOption |
| | | import cn.flightfeather.supervision.model.dataproduct.PPListProbRecurrence |
| | | import cn.flightfeather.supervision.model.dataproduct.PPListProblemChange |
| | | import org.springframework.beans.factory.annotation.Value |
| | | import org.springframework.http.HttpHeaders |
| | | import org.springframework.http.MediaType |
| | |
| | | return true |
| | | } |
| | | } |
| | | |
| | | override fun problemChangeList(option: DataProdOption): List<PPListProblemChange> { |
| | | TODO("Not yet implemented") |
| | | } |
| | | |
| | | override fun problemRecurrence(option: DataProdOption): List<PPListProbRecurrence> { |
| | | TODO("Not yet implemented") |
| | | } |
| | | } |