Authored by whb

配置

... ... @@ -20,13 +20,13 @@ class Config
* 模块名称
* @var string
*/
public static $modelsName = 'QProduct';
public static $modelsName = 'QSns';
/**
* app 模块名称
* @var array
*/
public static $appName = array(
'Product'
'Sns'
);
}
\ No newline at end of file
... ...