updated entities
This commit is contained in:
parent
5af5681689
commit
2f280f6f46
|
|
@ -2,6 +2,7 @@
|
|||
namespace jobs\Entity;
|
||||
class Job {
|
||||
public $id;
|
||||
public $title;
|
||||
public $description;
|
||||
public $salary;
|
||||
public $closingDate;
|
||||
|
|
|
|||
Loading…
Reference in New Issue