update 硫化批量计划新增

master
yinq 2 weeks ago
parent ca69eba7f2
commit 3ae65be041

@ -147,7 +147,7 @@ export interface PlanInfoVO {
/**
* 1 2
*/
modelCode: string;
modelCode: string | number | [] | null;
/**
*
@ -289,7 +289,7 @@ export interface PlanInfoForm extends BaseEntity {
/**
* 0 1 2
*/
finishFlag?: string | [];
finishFlag?: number | string | [];
/**
*
@ -309,7 +309,7 @@ export interface PlanInfoForm extends BaseEntity {
/**
* 1 2
*/
modelCode?: string;
modelCode?: number | string | [] | null;
/**
*

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save