feat: 绿植租赁方案添加产品数量

This commit is contained in:
fyy
2025-07-07 14:38:01 +08:00
parent f5d7d70cc2
commit 9ab72435c7
5 changed files with 184 additions and 98 deletions

View File

@@ -80,7 +80,7 @@ export interface RentalPlanForm extends BaseEntity {
/**
* 方案下绿植产品
*/
productList:any[];
productList?:any[];
}