feat: 更新业务需求

This commit is contained in:
fyy
2025-09-12 19:27:04 +08:00
parent d072976e6d
commit f1baed0332
8 changed files with 320 additions and 125 deletions

View File

@@ -65,6 +65,10 @@ export interface OrderChargeVO {
* 收费状态
*/
chargeStatus: string | number;
/**
* 单位
*/
residentUnitId: string;
}
export interface OrderChargeForm extends BaseEntity {
@@ -269,5 +273,5 @@ export interface orderChargeDetailForm extends BaseEntity {
/**
* 租赁单位
*/
unitName?: string;
residentUnitText?: string;
}