This commit is contained in:
Surya Paolo
2024-01-13 16:21:07 +01:00
parent 7bf549569d
commit 79ca364e84
5 changed files with 23 additions and 6 deletions

View File

@@ -89,6 +89,12 @@ const OrdersCartSchema = new Schema({
note: {
type: String
},
note_per_gestore: {
type: String
},
note_per_admin: {
type: String
},
modify_at: {
type: Date
},