Explorar o código

增加原包查询

alexzy %!s(int64=3) %!d(string=hai) anos
pai
achega
a37b72013b
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/GameSourceServiceInterface.php

+ 8 - 0
src/GameSourceServiceInterface.php

@@ -0,0 +1,8 @@
+<?php
+
+namespace Yxy\Service;
+
+interface GameSourceServiceInterface
+{
+    public function getById(int $id, array $field = ['*']): array;
+}