mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-18 05:07:32 +08:00
11 lines
96 B
Plaintext
11 lines
96 B
Plaintext
|
|
<?php
|
||
|
|
|
||
|
|
namespace {%namespace%};
|
||
|
|
|
||
|
|
use think\Model;
|
||
|
|
|
||
|
|
class {%className%} extends Model
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|