zhouwx
2025-11-17 f60c41f9ffc601e4e9d3eeff3ee43fe31d0b2921
src/api/monthlyInspectionRecord/index.js
@@ -7,6 +7,13 @@
        params: params
    })
}
export function getMonthlyRecordById(params) {
    return request({
        url: 'market/monthly/listByid',
        method: 'get',
        params: params
    })
}
export function addMonthlyRecord(data) {
    return request({