20201112
This commit is contained in:
9
application/demo/model/User.php
Normal file
9
application/demo/model/User.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\demo\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class User extends Model
|
||||
{
|
||||
|
||||
}
|
||||
9
application/demo/model/UserType.php
Normal file
9
application/demo/model/UserType.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\demo\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class UserType extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user