mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-29 02:26:44 +08:00
17 lines
242 B
PHP
Executable File
17 lines
242 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 AlipayLifeMessageModel extends CommonModel
|
|
{
|
|
|
|
}
|
|
?>
|