Commit fe9ce7fcadd0b84f91b607b18273d16d2eff8f9a

Authored by Alexis Proust
1 parent 7bcf546d

mise a jour fichier

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
src/Model/Entity/Suivi.php
@@ -28,6 +28,22 @@ use Cake\ORM\Entity; @@ -28,6 +28,22 @@ use Cake\ORM\Entity;
28 * @property \Cake\I18n\Time $created 28 * @property \Cake\I18n\Time $created
29 * @property \Cake\I18n\Time $modified 29 * @property \Cake\I18n\Time $modified
30 * @property \App\Model\Entity\Document[] $documents 30 * @property \App\Model\Entity\Document[] $documents
  31 + * @property int $unite_id
  32 + * @property double $plage_debut
  33 + * @property double $plage_fin
  34 + * @property double $resolution
  35 + * @property double $tolerance
  36 + * @property double $sensibilite
  37 + * @property double $justesse
  38 + * @property double $fidelite
  39 + * @property \App\Model\Entity\Unite $unite
  40 + * @property \App\Model\Entity\Fichemetrologique[] $fichemetrologiques
  41 + * @property string $typemesure
  42 + * @property double $emtstandart
  43 + * @property string $symbole
  44 + * @property string $nommesure
  45 + * @property double $valeurRef
  46 + * @property string $etatmetrologique
31 */ 47 */
32 class Suivi extends Entity 48 class Suivi extends Entity
33 { 49 {