1、考勤组管理
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-19 17:25:17 +08:00
parent 9135ee31b9
commit 97f298d8c7
9 changed files with 636 additions and 16 deletions

View File

@@ -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