会员权益项目

This commit is contained in:
2026-04-28 16:42:56 +08:00
parent bdc0ff2399
commit b5c3ddec4d
7 changed files with 132 additions and 24 deletions

View File

@@ -32,6 +32,11 @@ class Level extends Model
protected $updateTime = 'updatetime';
protected $deleteTime = false;
protected $type = [
'benefits_project' => 'json',
];
// 追加属性
protected $append = [
'status_text'