mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
14 lines
190 B
PHP
14 lines
190 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @since 2018-02-11
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace app\model;
|
|
|
|
class AdminGroup extends Base {
|
|
|
|
protected $autoWriteTimestamp = true;
|
|
}
|