www.maiwd.cn // +---------------------------------------------------------------------- namespace app\admin\validate\wdsxh\member; use think\Validate; class IndustryCategory extends Validate { /** * 验证规则 */ protected $rule = [ ]; /** * 提示消息 */ protected $message = [ ]; /** * 验证场景 */ protected $scene = [ 'add' => [], 'edit' => [], ]; }