mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 19:42:47 +08:00
优化细节;
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
namespace app\admin\service\curd;
|
namespace app\admin\service\curd;
|
||||||
|
|
||||||
use EasyAdmin\curd\exceptions\TableException;
|
use app\admin\service\curd\exceptions\TableException;
|
||||||
use think\exception\FileException;
|
use think\exception\FileException;
|
||||||
use think\facade\Db;
|
use think\facade\Db;
|
||||||
use think\helper\Str;
|
use think\helper\Str;
|
||||||
@@ -44,7 +44,7 @@ class BuildCurdService
|
|||||||
* 表前缀
|
* 表前缀
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $tablePrefix = 'ea';
|
protected $tablePrefix = 'ul';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 主表
|
* 主表
|
||||||
|
|||||||
Reference in New Issue
Block a user