祖安之光
2025-11-17 3b491dc5782fce3c5a504ad4364e1c93f6fbc37b
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({