yingzi 2 years ago
parent
commit
2d70a43c76
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dao/Shop/DShop.Class.php

+ 2 - 1
Dao/Shop/DShop.Class.php

@@ -46,7 +46,8 @@ class DShop extends BaseDao
             "managerId", //int(11) DEFAULT NULL COMMENT '店长userCenterId',
             "describe", //varchar(255) DEFAULT '' COMMENT '店铺描述',
             "extends",
-            "modelType"
+            "modelType",
+            "agentId"
         ];
         $this->_readonly = ['id'];
         $this->_create_autofill = [