Update establishment.class.php

This commit is contained in:
Frédéric FRANCE 2020-11-02 12:50:09 +01:00 committed by GitHub
parent 3d1dbd62ac
commit ddb29eb754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,11 @@ class Establishment extends CommonObject
*/
public $fk_user_author;
/**
* @var int date create
*/
public $datec;
const STATUS_OPEN = 1;
const STATUS_CLOSED = 0;