add some comment

This commit is contained in:
Philippe GRAND 2019-11-01 10:56:46 +01:00
parent 4628caf0a3
commit 07cd656a1c
4 changed files with 23 additions and 0 deletions

View File

@ -64,7 +64,13 @@ class Livraison extends CommonObject
public $ref_customer;
public $date_delivery; // Date really received
/**
* @var integer|string date_creation
*/
public $date_creation;
public $date_valid;
public $model_pdf;

View File

@ -63,7 +63,13 @@ class Loan extends CommonObject
public $account_capital;
public $account_insurance;
public $account_interest;
/**
* @var integer|string date_creation
*/
public $date_creation;
public $date_modification;
public $date_validation;

View File

@ -121,7 +121,13 @@ class Mo extends CommonObject
public $fk_soc;
public $note_public;
public $note_private;
/**
* @var integer|string date_creation
*/
public $date_creation;
public $tms;
public $fk_user_creat;
public $fk_user_modif;

View File

@ -325,7 +325,12 @@ class Product extends CommonObject
public $imgWidth;
public $imgHeight;
/**
* @var integer|string date_creation
*/
public $date_creation;
public $date_modification;
//! Id du fournisseur