feat: shipping warehouse and cost
This commit is contained in:
		@@ -1,7 +1,8 @@
 | 
			
		||||
export type QuickDeal = {
 | 
			
		||||
    name: string
 | 
			
		||||
    clientName: string
 | 
			
		||||
    clientAddress: string
 | 
			
		||||
    comment:string
 | 
			
		||||
    acceptanceDate: Date
 | 
			
		||||
    name: string;
 | 
			
		||||
    clientName: string;
 | 
			
		||||
    clientAddress: string;
 | 
			
		||||
    comment: string;
 | 
			
		||||
    acceptanceDate: Date;
 | 
			
		||||
    shippingWarehouse: string;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user