表单功能完善

This commit is contained in:
2017-10-12 11:31:46 +08:00
parent 805697d643
commit 3a1ad06991
4 changed files with 81 additions and 7 deletions

View File

@@ -13,5 +13,6 @@ namespace app\common\model;
* 自定义表单模型
*/
class DiyForm extends BaseModel{
protected $attrDb = 'FormAttr';
}