多体系建设信息化条统-前端
zhouwx
2025-11-13 5287077531b0c45031842b1e5ec3f3b9314ba234
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({