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

41 lines
707 B

export interface detailType {
2 years ago
/**
* */
items : any;
2 years ago
/**ID
* */
reservationId : string | number;
2 years ago
/**
* */
codelist : any;
2 years ago
/**
* */
printlist : any;
2 years ago
/**
* */
packageNum : number
2 years ago
/**
* */
goodsAreaName : string;
/**id
* */
stockupId : string;
/**
* */
stockPrint : string | number;
/**
* */
customer : string;
/**
* */
deliveryAddress : string;
/** Id
* */
allocationId : string;
/** 库位码 */
positionCode : string;
completeStact : boolean;
orderpackgedetails : any;
/** 商场名称 */
mallName : string
2 years ago
}