|
|
@@ -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 = [
|