official_website/app/common/model/FormList.php

14 lines
184 B
PHP

<?php
namespace app\common\model;
use think\Model;
class FormList extends Model
{
protected $autoWriteTimestamp = "datetime";
// 追加属性
protected $append = [];
}