111
k94314517
2024-02-01 fc03a64522e6c6e0f47eeb82c8900e1910a0a363
company/src/api/business/applyChange.js
@@ -11,3 +11,13 @@
export function updateById (data) {
    return request.post('/business/applyChange/updateById', data)
}
// 新建
export function create (data) {
    return request.post('/business/applyChange/create', data)
}
// 新建
export function getChangeCountCyclePriceVO (data) {
    return request.post('/business/applyChange/getChangeCountCyclePriceVO', data)
}