feat : order list
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user