This commit is contained in:
shenquanyi
2025-08-27 15:36:36 +08:00
parent ec72c6a8b5
commit 2bd1d8c032
100 changed files with 25780 additions and 20 deletions

View File

@@ -106,8 +106,7 @@ class BaseModel extends Model {
return (
field !== 'id' &&
field !== 'created_at' &&
field !== 'updated_at' &&
field !== 'deleted_at'
field !== 'updated_at'
);
}),
// 返回创建或更新后的记录