'require' ]; /** * 参数描述 * @var string[] */ protected $field = [ 'work_id' => '工单ID' ]; /** * 报价获取列表 * @return GoodsFeeStandardsValidate */ public function sceneStandards() { return $this->only(['work_id']); } }