表名同步

This commit is contained in:
wong
2025-04-12 18:31:53 +08:00
parent 192701e41e
commit 8d96110767
12 changed files with 174 additions and 128 deletions

View File

@@ -6,6 +6,7 @@ use think\Model;
class WorkbenchMomentsSync extends Model
{
protected $table = 'ck_workbench_moments_sync';
protected $pk = 'id';
protected $name = 'workbench_moments_sync';