| | |
| | | package cn.flightfeather.supervision.lightshare.service |
| | | |
| | | import cn.flightfeather.supervision.domain.ds1.entity.Mediafile |
| | | import cn.flightfeather.supervision.lightshare.vo.MediafileVo |
| | | import cn.flightfeather.supervision.lightshare.vo.MediaFileVo |
| | | import org.springframework.web.multipart.MultipartFile |
| | | |
| | | |
| | |
| | | |
| | | fun delete(id: String): Int |
| | | |
| | | fun findByBusinessGUID(businessGuid: String): List<MediafileVo> |
| | | fun deleteList(idList: List<String>): Int |
| | | |
| | | fun findByBusinessGUID(businessGuid: String): List<MediaFileVo> |
| | | |
| | | fun addMedifile(mediafileVoList: String, files: Array<MultipartFile>) |
| | | |
| | | fun findByProblemID(id: String): List<MediafileVo> |
| | | fun findByProblemID(id: String): List<MediaFileVo> |
| | | |
| | | fun findBysubtaskbtid(id: String, btid: String): MutableList<Mediafile>? |
| | | } |