This commit is contained in:
2021-08-11 15:03:28 +08:00
commit f2a9fc473e
45 changed files with 6778 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Database;
interface ISqlBuilder
{
}