You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
390 B
23 lines
390 B
/** |
|
* |
|
* //=={Table}==//.php |
|
* User: ChenLong |
|
* DateTime: //=={date}==// |
|
*/ |
|
|
|
namespace app\admin\model; |
|
|
|
use \app\common\model\//=={Table}==// as common//=={Table}==//; |
|
//=={use}==// |
|
|
|
/** |
|
* Class //=={Table}==// |
|
* @package app\admin\controller\//=={Table}==// |
|
* @author chenlong <vip_chenlong@163.com> |
|
*/ |
|
class //=={Table}==// extends common//=={Table}==// |
|
{ |
|
|
|
//=={attr}==// |
|
|
|
}
|
|
|