mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-14 20:42:49 +00:00
13 lines
149 B
PHP
13 lines
149 B
PHP
<?php
|
|
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: xurongyao <763569752@qq.com>
|
|
* Date: 2019/4/8 5:48 PM
|
|
*/
|
|
namespace app\core\logic;
|
|
|
|
class Template
|
|
{
|
|
|
|
} |