255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'pay_tpl' => '支付通知模板消息id', 'send_tpl' => '发货通知模板消息id', 'refund_tpl' => '退款通知模板消息id', 'not_pay_tpl' => '订单未支付通知模板消息id', 'revoke_tpl' => '订单取消通知模板消息id', ]; } }