售后金额

This commit is contained in:
liu
2026-08-29 13:54:06 +08:00
parent c3ec416a77
commit d0ce897a0f
25 changed files with 175 additions and 58 deletions
+1
View File
@@ -90,6 +90,7 @@ class BillModel extends Model
'tray_price' => 'decimal:2',
'added_amount' => 'decimal:2',
'total_amount' => 'decimal:2',
'after_sale' => 'decimal:2',
'status' => 'integer',
'payment_id' => 'integer',
'paid_at' => 'datetime:Y-m-d H:i:s',
+1
View File
@@ -30,6 +30,7 @@ class StoreOrderItemModel extends Model
'product_spec',
'unit',
'price',
'price_unit',
'image_ids',
'content',
'shelf_life',