增加积分调整日志
This commit is contained in:
@@ -17,7 +17,14 @@ class UserAsset extends Backend
|
||||
*/
|
||||
protected ?object $model = null;
|
||||
|
||||
protected array|string $preExcludeFields = ['id', 'create_time', 'update_time'];
|
||||
protected array|string $preExcludeFields = [
|
||||
'id',
|
||||
'locked_points',
|
||||
'available_points',
|
||||
'today_claimed',
|
||||
'create_time',
|
||||
'update_time',
|
||||
];
|
||||
|
||||
protected string|array $quickSearchField = [
|
||||
'playx_user_id',
|
||||
|
||||
Reference in New Issue
Block a user