MrShi
2024-01-30 3db567c3f22fd2513f6eeac314e509b4abcd6c8b
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)
}