货无忧
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.

72 lines
1.0 KiB

2 years ago
export interface detailType{
/**
* */
dataList:{
/**
* */
1 year ago
orderCode:string|number;
/**
2 years ago
* */
1 year ago
packageBarCode:string|number;
2 years ago
/**
* */
1 year ago
goodsType?:string|number;
2 years ago
/**
* */
1 year ago
isScan?:string|number;
2 years ago
/**
* */
1 year ago
StockUp?:string|number;
/**
* */
materialName?:string
2 years ago
}[];
/** ID
* */
stockArticleId:string;
/**
* */
orderStatus:string;
/** ID
* */
reservationId:string;
/** ID
* */
stockListId:string;
/**
* */
allocation:string;
/**
* */
pallet:string;
/**
* */
customer:string;
/**
* */
stockupArea:string;
/**
* */
planNum:string|number;
/**
* */
scanNum:string|number;
/**
* */
trays:string;
/**
* */
warehouseArea:string;
/**
* */
orderCode:string;
1 year ago
/**
* */
scancode:string;
/** id
* */
stockupId:string;
/**
* */
address:string
2 years ago
}