This commit is contained in:
Alone
2024-09-14 15:10:43 +08:00
parent 6c64bbd82a
commit 610dee88cd
4241 changed files with 0 additions and 622695 deletions
-36
View File
@@ -1,36 +0,0 @@
<?php
namespace app\model;
use app\model\QfShop;
class Feedback extends QfShop
{
/**
* 主键
* @var string
*/
protected $pk = 'id';
/**
* 是否需要自动写入时间戳
* @var bool
*/
protected $autoWriteTimestamp = true;
/**
* 只读属性
* @var array
*/
protected $readonly = [
'id',
];
/**
* 字段类型或者格式转换
* @var array
*/
protected $type = [
'id' => 'integer',
];
}