货无忧安装平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
880 B

8 months ago
export interface detailType {
/**
* ID
* */
reservationId : string | number;
/**
*
* */
orderList : any;
/**
*
* */
stockList : any;
/**
*
* */
orderStatus : number;
/**
*
* */
zeroOrderList : any;
/**
*
* */
user : {
/**
*
* */
consignee : string;
/**
*
* */
goodsAreaName : string;
/**
*
* */
planNum : string;
/**
*
* */
scanNum : string;
}
/**
* ID
* */
stockupId : string;
/**
*
* */
items : any,
/**
*
*/
isscan : Boolean,
/**
*
*/
scancode : string,
trayId : string,
/**
*
*/
zeroOrderVisibi : boolean
}