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