This commit is contained in:
mkm 2024-06-29 14:56:33 +08:00
commit 7064c67262

View File

@ -7,6 +7,7 @@ namespace app\common\model\user;
use app\common\enum\user\UserEnum;
use app\common\model\BaseModel;
use app\common\model\user_label\UserLabel;
use app\common\model\user_ship\UserShip;
use app\common\service\FileService;
use think\model\concern\SoftDelete;