feiyu02
2025-09-18 baf2cc2ce3dfd1235c012a3750132769fcd9ad2f
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>
}