feat: 绿植租赁方案对接完成

This commit is contained in:
fyy
2025-07-02 14:42:17 +08:00
parent f84c4037fb
commit d3033eb12d
7 changed files with 58 additions and 52 deletions

View File

@@ -35,14 +35,17 @@ export interface RentalPlanVO {
* 备注
*/
remarks: string;
/**
* 绿植产品包
*/
productList: any[];
}
export interface RentalPlanForm extends BaseEntity {
/**
* 主键
*/
id?: string | number;
id?: string | number | undefined;
/**
* 方案名称