fix warning staffpanel part

This commit is contained in:
xiaomlove
2021-01-07 17:35:00 +08:00
parent 69857a62b7
commit 86f364af9d
21 changed files with 71 additions and 51 deletions

View File

@@ -26,4 +26,6 @@ interface DBInterface
public function lastInsertId(): int;
public function freeResult($result);
}