get('dbLog'); } /** * 获取id * @return string */ public function getId() { return (string) $this->_id; } /** * {@inheritdoc} */ public function attributes() { return [ '_id', 'order_id', 'order_no', 'warehouse_id', 'delivery_method_name', 'addon_service_name', 'country', 'state', 'city', 'post_code', 'address', 'consignee', 'telephone', 'comment', 'products', ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ '_id' => 'objectID', 'order_id', 'order_no', 'warehouse_id', 'delivery_method_name', 'addon_service_name', 'country', 'state', 'city', 'post_code', 'address', 'consignee', 'telephone', 'comment', 'products', ]; } }