feat: 更新业务需求

This commit is contained in:
fyy
2025-09-12 22:58:12 +08:00
parent 917a16f941
commit 5cf469844a
6 changed files with 164 additions and 85 deletions

View File

@@ -69,6 +69,14 @@ export interface OrderChargeVO {
* 单位
*/
residentUnitId: string;
/**
* 订单号
*/
orderNo?: string | number;
/**
* 订单内容
*/
rentalOrder?: any;
}
export interface OrderChargeForm extends BaseEntity {