作者 何书鹏
1 个管道 的构建 失败 耗费 1 秒

允许批量修改字段

... ... @@ -18,6 +18,8 @@ class Set extends Backend
* @var \app\admin\model\Set
*/
protected $model = null;
// 允许批量修改字段
protected $multiFields = 'switch,fast_switch,status';
public function _initialize()
{
... ...