H&R + exam user support bulk action

This commit is contained in:
xiaomlove
2022-05-13 03:12:38 +08:00
parent 2f5b643c6e
commit 5110ef6e7d
44 changed files with 285 additions and 31 deletions

View File

@@ -17,6 +17,8 @@ class User extends Authenticatable
public $timestamps = false;
protected $perPage = 50;
const STATUS_CONFIRMED = 'confirmed';
const STATUS_PENDING = 'pending';