feat: 绿植租赁方案对接完成
This commit is contained in:
@@ -35,14 +35,17 @@ export interface RentalPlanVO {
|
||||
* 备注
|
||||
*/
|
||||
remarks: string;
|
||||
|
||||
/**
|
||||
* 绿植产品包
|
||||
*/
|
||||
productList: any[];
|
||||
}
|
||||
|
||||
export interface RentalPlanForm extends BaseEntity {
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
id?: string | number;
|
||||
id?: string | number | undefined;
|
||||
|
||||
/**
|
||||
* 方案名称
|
||||
|
Reference in New Issue
Block a user