This commit is contained in:
@@ -42,6 +42,10 @@ export function houseChargeAdd(data: HouseChargeForm) {
|
||||
return requestClient.postWithMsg<void>('/property/houseCharge', data);
|
||||
}
|
||||
|
||||
export function houseChargeRefund(data: HouseChargeForm) {
|
||||
return requestClient.postWithMsg<void>('/property/houseCharge/returnFee', data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新房屋收费
|
||||
* @param data
|
||||
|
Reference in New Issue
Block a user