Files
shopxo/service/Application/Admin/Model/CommonModel.class.php
gongfuxiang f1919b59b6 ShopXO
2018-08-05 01:54:43 +08:00

17 lines
223 B
PHP
Executable File

<?php
namespace Admin\Model;
use Think\Model;
/**
* 后台公共模型
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
class CommonModel extends Model
{
}
?>