Commit d70c561886b7bf801643480bb47a98aa23573670
1 parent
be28d2f8
Exists in
master
and in
3 other branches
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,7 +20,6 @@ use Cake\ORM\Entity; | ||
20 | * @property bool $materiel_technique | 20 | * @property bool $materiel_technique |
21 | * @property string $status | 21 | * @property string $status |
22 | * @property \Cake\I18n\Time $date_acquisition | 22 | * @property \Cake\I18n\Time $date_acquisition |
23 | - * @property string $fournisseur | ||
24 | * @property float $prix_ht | 23 | * @property float $prix_ht |
25 | * @property string $eotp | 24 | * @property string $eotp |
26 | * @property string $numero_commande | 25 | * @property string $numero_commande |
@@ -54,6 +53,9 @@ use Cake\ORM\Entity; | @@ -54,6 +53,9 @@ use Cake\ORM\Entity; | ||
54 | * @property \App\Model\Entity\Document[] $documents | 53 | * @property \App\Model\Entity\Document[] $documents |
55 | * @property \App\Model\Entity\Emprunt[] $emprunts | 54 | * @property \App\Model\Entity\Emprunt[] $emprunts |
56 | * @property \App\Model\Entity\Suivi[] $suivis | 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 | class Materiel extends Entity | 60 | class Materiel extends Entity |
59 | { | 61 | { |