coupon-admin/app/model/Account.php

12 lines
116 B
PHP
Raw Normal View History

2021-11-18 09:57:04 +00:00
<?php
namespace app\model;
use Exception;
use think\exception\ValidateException;
class Account extends Base
{
}