namespace AppEntity;
use AppRepositoryLoansRepository;
use DoctrineORMMapping as ORM;
/**
* @ORMEntity(repositoryClass=LoansRepository::class)
*/
class Loans
{
/**
* @ORMId
* @ORMGeneratedValue
* @ORMColumn(type="integer")
*/
private $id;
/**
*...
برچسب:
نویسنده: استخدام کار