export enum OrderItemStatus { normal = 'normal', needConfirmation = 'needConfirmation', confirmed = 'confirmed' }