feat: 车辆收费接口对接
This commit is contained in:
@@ -59,3 +59,7 @@ export function carChargeUpdate(data: CarChargeForm) {
|
||||
export function carChargeRemove(id: ID | IDS) {
|
||||
return requestClient.deleteWithMsg<void>(`/property/carCharge/${id}`);
|
||||
}
|
||||
|
||||
export function carChargeRefund(data: CarChargeForm) {
|
||||
return requestClient.postWithMsg<void>('/property/carCharge/returnFee', data);
|
||||
}
|
||||
|
@@ -16,6 +16,7 @@ export interface CarChargeVO {
|
||||
*/
|
||||
personId: string | number;
|
||||
|
||||
chargeItem:string
|
||||
/**
|
||||
* 楼层
|
||||
*/
|
||||
@@ -55,6 +56,10 @@ export interface CarChargeVO {
|
||||
* 搜索值
|
||||
*/
|
||||
searchValue: string;
|
||||
amountReceivable?:any;
|
||||
chargeStatus:any;
|
||||
payType:any;
|
||||
chargeCycle:any
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user