add customer api
This commit is contained in:
13
customerapi/models/DayToDisplay.php
Normal file
13
customerapi/models/DayToDisplay.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace customerapi\models;
|
||||
|
||||
|
||||
class DayToDisplay
|
||||
{
|
||||
public $date;//: number; //seconds
|
||||
public $active;//: true;
|
||||
public $events;//: Event[];
|
||||
public $comment;
|
||||
}
|
||||
Reference in New Issue
Block a user