zhouwx
2024-10-09 e39acb3659c059cbedc37ff6592ef7b3355bd20c
src/api/hazardousChemicals/productRecord.js
@@ -109,3 +109,11 @@
        data: data
    })
}
export function changeProRemaining(data) {
    return request({
        url: '/product/changeRemaining',
        method: 'post',
        data: data
    })
}