add packing fee

This commit is contained in:
2026-07-01 09:54:15 +03:30
parent 77acab935a
commit 2a633a28b4
5 changed files with 38 additions and 1 deletions
+12
View File
@@ -4284,6 +4284,18 @@
"default": "0",
"mappedType": "decimal"
},
"packing_fee": {
"name": "packing_fee",
"type": "numeric(10,0)",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": false,
"precision": 10,
"scale": 0,
"default": "0",
"mappedType": "decimal"
},
"total": {
"name": "total",
"type": "numeric(10,0)",