coupon-admin/app/model/Account.php

12 lines
116 B
PHP

<?php
namespace app\model;
use Exception;
use think\exception\ValidateException;
class Account extends Base
{
}