10], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'order_id' => '主订单号', 'distrib_id' => '渠道商ID', 'run_date' => '日期', 'consume_stock_count' => '消耗的渠道商库存数量', 'cancel_flag' => '是否取消标志', ]; } }