mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-24 10:20:16 +08:00
12 lines
150 B
PHP
12 lines
150 B
PHP
<?php
|
|
/**
|
|
* @since 2016-11-26
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace app\admin\model;
|
|
|
|
|
|
class AppMember extends Base {
|
|
|
|
} |