feiyu02
2025-09-30 a3cc1d220f8a1de11874bebceba0130d32157ff1
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/NightConstructionService.kt
@@ -12,5 +12,7 @@
    fun signFile(userId: String, fileNum: String, id: Int): BaseResponse<Int>
    fun updateRecord(recordId: Int, userId: String?, sceneId: String?): NightConstruction
    fun getSummary(cityCode: String?, districtCode: String): BaseResponse<NightWorkSummary>
}