订单信息
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user