First commit
This commit is contained in:
21
app/card/model/CardFormId.php
Executable file
21
app/card/model/CardFormId.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace app\card\model;
|
||||
|
||||
use app\BaseModel;
|
||||
use think\Model;
|
||||
|
||||
|
||||
class CardFormId extends BaseModel
|
||||
{
|
||||
//定义表名
|
||||
protected $name = 'longbing_card_form_id';
|
||||
|
||||
|
||||
protected static function init ()
|
||||
{
|
||||
//TODO:初始化内容
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user