| | |
| | | package cn.flightfeather.supervision.lightshare.service |
| | | |
| | | import cn.flightfeather.supervision.domain.entity.LedgerRecord |
| | | import cn.flightfeather.supervision.lightshare.vo.* |
| | | import org.springframework.http.client.MultipartBodyBuilder |
| | | import org.springframework.web.multipart.MultipartFile |
| | |
| | | |
| | | fun getLedgerImgs(userId: String, ledgerType: List<Int>): List<LedgerVo> |
| | | |
| | | fun getLedgerRecords(userId: String, ledgerSubTypeId: Int?, sceneType: Int, time: String): List<LedgerRecord> |
| | | |
| | | fun copyLedger(userId: String, time: String, copyLedgerList: List<CopyLedgerVo>): BaseResponse<String> |
| | | |
| | | fun checkLedger(verifierId: String, remark: String?, recordList: List<LedgerCheckVo>):BaseResponse<Boolean> |