MrShi
2024-01-31 a68bf12a2975405f57f9a9d51b91c13a93c026f0
company/src/api/business/applyChange.js
@@ -21,3 +21,8 @@
export function getChangeCountCyclePriceVO (data) {
    return request.post('/business/applyChange/getChangeCountCyclePriceVO', data)
}
// 列表查询
export function findList (data) {
    return request.post('/business/applyDetail/findList', data)
}