['filled', 'int'], 'week' => ['filled', 'int'], 'price' => ['filled', 'int'], ]; } public function attributes() { return [ 'year' => '年份', 'week' => '周', 'price' => '价格', ]; } }