作者 景琛

开启验证器

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