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.
|
export interface detailType{ |
|
/**上一个页面带过去的数据 |
|
* */ |
|
items:any; |
|
/**预约单ID |
|
* */ |
|
reservationId:string|number; |
|
/**包条码列表 |
|
* */ |
|
codelist:any; |
|
/**打印包条码列表 |
|
* */ |
|
printlist:any; |
|
/**打印数量 |
|
* */ |
|
packageNum:number |
|
/**备货区 |
|
* */ |
|
goodsAreaName:string |
|
} |