feat: 更新业务需求
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user