12 lines
116 B
PHP
12 lines
116 B
PHP
|
<?php
|
||
|
|
||
|
namespace app\model;
|
||
|
|
||
|
use Exception;
|
||
|
use think\exception\ValidateException;
|
||
|
|
||
|
class Account extends Base
|
||
|
{
|
||
|
|
||
|
}
|