k94314517
2024-04-09 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c
company/src/api/business/insuranceApply.js
@@ -6,6 +6,11 @@
        trim: true
    })
}
export function findAllApply(data) {
    return request.post('/business/insuranceApply/findListByDTO', data, {
        trim: true
    })
}
// 修改
export function updateById (data) {
@@ -93,6 +98,7 @@
        trim: true
    })
}
export function getChangeUnitSignLink (data) {
    return request.post('/business/applyChange/getChangeUnitSignLink', data, {
        trim: true