|
|
|
@ -79,6 +79,12 @@ export interface ProdBaseMachineInfoVO {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
updateTime: string;
|
|
|
|
updateTime: string;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 机台图片地址
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
photoAddress?: string;
|
|
|
|
|
|
|
|
ossId?: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export interface ProdBaseMachineInfoForm extends BaseEntity {
|
|
|
|
export interface ProdBaseMachineInfoForm extends BaseEntity {
|
|
|
|
@ -134,6 +140,12 @@ export interface ProdBaseMachineInfoForm extends BaseEntity {
|
|
|
|
|
|
|
|
|
|
|
|
baseMachineProcessList?: [];
|
|
|
|
baseMachineProcessList?: [];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 机台图片地址
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
photoAddress?: string;
|
|
|
|
|
|
|
|
ossId?: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export interface ProdBaseMachineInfoQuery extends PageQuery {
|
|
|
|
export interface ProdBaseMachineInfoQuery extends PageQuery {
|
|
|
|
@ -183,6 +195,12 @@ export interface ProdBaseMachineInfoQuery extends PageQuery {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
machineStatus?: string;
|
|
|
|
machineStatus?: string;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 机台图片地址
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
photoAddress?: string;
|
|
|
|
|
|
|
|
ossId?: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 日期范围参数
|
|
|
|
* 日期范围参数
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|