app/src/main/java/cn/flightfeather/thirdapp/repository/InspectionRepository.kt
@@ -1,6 +1,9 @@
package cn.flightfeather.thirdapp.repository
import cn.flightfeather.thirdapp.bean.*
import cn.flightfeather.thirdapp.bean.entity.Inspection
import cn.flightfeather.thirdapp.bean.entity.Mediafile
import cn.flightfeather.thirdapp.bean.entity.Scense
import cn.flightfeather.thirdapp.bean.entity.Subtask
import cn.flightfeather.thirdapp.bean.vo.*
import cn.flightfeather.thirdapp.common.net.ResponseBodyCallBack
import cn.flightfeather.thirdapp.common.net.ResultCallBack