自定义表单优化

This commit is contained in:
2020-03-25 10:40:32 +08:00
parent 92cfb07097
commit 801a127871
19 changed files with 60470 additions and 23 deletions

View File

@@ -15,4 +15,9 @@ namespace app\common\model;
class DiyForm extends BaseModel{
protected $attrDb = 'FormAttr';
protected $type = array(
'create_time' => 'integer',
'update_time' => 'integer',
);
}