优化 安装包生成

This commit is contained in:
gongfuxiang
2018-11-28 01:21:06 +08:00
parent 9b4afd7ef1
commit 39ee661189
3809 changed files with 223 additions and 2201 deletions

View File

@ -0,0 +1,17 @@
<?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 AlipayLifeMessageModel extends CommonModel
{
}
?>