Commit d70c561886b7bf801643480bb47a98aa23573670

Authored by Alexis Proust
1 parent be28d2f8

mise a jour fichier

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/Model/Entity/Materiel.php
... ... @@ -20,7 +20,6 @@ use Cake\ORM\Entity;
20 20 * @property bool $materiel_technique
21 21 * @property string $status
22 22 * @property \Cake\I18n\Time $date_acquisition
23   - * @property string $fournisseur
24 23 * @property float $prix_ht
25 24 * @property string $eotp
26 25 * @property string $numero_commande
... ... @@ -54,6 +53,9 @@ use Cake\ORM\Entity;
54 53 * @property \App\Model\Entity\Document[] $documents
55 54 * @property \App\Model\Entity\Emprunt[] $emprunts
56 55 * @property \App\Model\Entity\Suivi[] $suivis
  56 + * @property int $fournisseur_id
  57 + * @property \App\Model\Entity\Fournisseur $fournisseur
  58 + * @property bool $metrologie
57 59 */
58 60 class Materiel extends Entity
59 61 {
... ...