add new field to product
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export enum OrderItemStatus {
|
||||
normal = 'normal',
|
||||
needConfirmation = 'needConfirmation',
|
||||
confirmed = 'confirmed'
|
||||
}
|
||||
Reference in New Issue
Block a user