www.maiwd.cn // +---------------------------------------------------------------------- /** * Class Faq * Desc 常见问题 * Create on 2024/3/13 15:56 * Create by @小趴菜 */ namespace app\api\model\wdsxh; use think\Model; class Faq extends Model { // 表名 protected $name = 'wdsxh_faq'; // 自动写入时间戳字段 protected $autoWriteTimestamp = 'integer'; // 定义时间戳字段名 protected $createTime = 'createtime'; protected $updateTime = false; protected $deleteTime = false; }