开始引入curd

This commit is contained in:
2022-04-20 11:24:54 +08:00
parent 45f923b652
commit c2b7671f7e
31 changed files with 1752 additions and 262 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\admin\service\curd\exceptions;
class TableException extends \Exception
{
}