1
0
mirror of https://gitee.com/apiadmin/ApiAdmin.git synced 2025-04-26 03:16:34 +08:00
2019-10-23 15:38:03 +08:00

13 lines
151 B
PHP

<?php
/**
*
* @since 2018-02-08
* @author zhaoxiang <zhaoxiang051405@gmail.com>
*/
namespace app\model;
class AdminAuthRule extends Base {
}