...
|
...
|
@@ -20,6 +20,8 @@ class Radar extends Backend |
|
|
* @var \app\admin\model\Radar
|
|
|
*/
|
|
|
protected $model = null;
|
|
|
protected $modelValidate = true; //是否开启Validate验证,默认是false关闭状态
|
|
|
protected $modelSceneValidate = true; //是否开启模型场景验证,默认是false关闭状态
|
|
|
|
|
|
public function _initialize()
|
|
|
{
|
...
|
...
|
|