feiyu02
2022-07-04 c93ad66797e4830ccf4de81c1e8787ab90b22791
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/CommitmentService.kt
@@ -9,4 +9,6 @@
    fun getLetterOfCommitment(userId: String, page: Int, perPage: Int, response: HttpServletResponse): List<Commitment>
    fun uploadLetterOfCommitment(userId: String, commitmentVoList: String, files: Array<MultipartFile>): Boolean
    fun createLetterOfCommitment(userId: String, params: MutableMap<String, Any>): String
}