Commit bfb28e6e by wuqian

打包修复

parent c0f80f46
......@@ -36,6 +36,7 @@ export interface OrderData {
count?: number
orderNumber?: string
erpOrderNumber?: string
userMark?: string
facotoryNo?: string
addressId?: number
erpSubOrderNumber?: string
......@@ -233,7 +234,7 @@ export interface InspectionData {
export interface Reconciliation {
status: string | number | null
startTime: string
endTime: string,
endTime: string
billNumber?: string
shipmentId?: string
shipmentNum?: string
......@@ -256,4 +257,4 @@ export interface Reconciliation {
export interface Confirm {
id: number | undefined
dataVersion: string | undefined
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment