k94314517
2024-02-01 4555d41a66b83c8eb61bd99faf473985aeffda1f
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)
}