feat : site

This commit is contained in:
2025-02-28 11:42:21 +08:00
parent 66f3f4167f
commit 87895efbe4
2 changed files with 7 additions and 2 deletions

View File

@@ -85,4 +85,9 @@ class OrderController extends AbstractController
{
return (new RefundOrderService)->handle();
}
public function orderList()
{
}
}

View File

@@ -36,8 +36,8 @@ class UserSite extends Model
*/
protected array $casts = ['id' => 'integer', 'site_id' => 'integer', 'user_id' => 'integer', 'is_default' => 'integer'];
const string CREATED_AT = 'created_time';
const string UPDATED_AT = 'updated_time';
const string CREATED_AT = 'create_time';
const string UPDATED_AT = 'update_time';
/**
* @param int $id