订单信息

This commit is contained in:
liu
2026-08-11 18:35:54 +08:00
parent cba0e7d1bb
commit 5a3995d6ba
6 changed files with 194 additions and 45 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class StoreOrderItemModel extends Model
'store_id' => 'integer',
'product_id' => 'integer',
'price' => 'decimal:2',
'quantity' => 'decimal:2',
'quantity' => 'integer',
'weight' => 'decimal:3',
'amount' => 'decimal:2',
];