自定义表单优化
This commit is contained in:
@@ -15,4 +15,9 @@ namespace app\common\model;
|
||||
class DiyForm extends BaseModel{
|
||||
|
||||
protected $attrDb = 'FormAttr';
|
||||
|
||||
protected $type = array(
|
||||
'create_time' => 'integer',
|
||||
'update_time' => 'integer',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user