jiangping
2024-02-01 35bd55ad951fe8c5fb997dfa7bd836ad53db96fe
company/src/api/business/applyChange.js
@@ -11,3 +11,28 @@
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)
}
// 列表查询
export function findList (data) {
    return request.post('/business/applyDetail/findList', data)
}
// 业务处理
export function applyChangeOpt (data) {
    return request.post('/business/applyChange/applyChangeOpt', data)
}
// 列表查询
export function applyChagneDetailList (data) {
    return request.post('/business/applyChagneDetail/list', data)
}