This commit is contained in:
2022-09-09 14:31:29 +08:00
parent 2ae394976c
commit e07eaed0e9
2 changed files with 28 additions and 10 deletions

10
app/model/AppUser.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace app\model;
use think\Model;
class AppUser extends Model
{
}