feat : order list

This commit is contained in:
2025-04-07 10:03:14 +08:00
parent 09ff94cae5
commit 6925fe7b23
5 changed files with 31 additions and 15 deletions

View File

@@ -18,7 +18,8 @@ use Hyperf\DbConnection\Model\Model;
* @property string $param
* @property string $extra
* @property int $total_stock
* @property int $surplus_stock
* @property int $surplus_stock
* @property int $chef_id
* @property int $sales_num
* @property int $order_num
* @property int $cancel_num
@@ -52,6 +53,7 @@ class Sku extends Model
protected array $casts = [
'id' => 'integer',
'spu_id' => 'integer',
'chef_id' => 'integer',
'total_stock' => 'integer',
'surplus_stock' => 'integer',
'sales_num' => 'integer',