Symfony5 JMS Serializer - model with calculated property without ORM annotation

前端 未结 0 950
野的像风
野的像风 2020-12-05 02:01

I have model properties like this:

/**
 * @ORM\\Entity(repositoryClass=AssignmentRepository::class)
 */
class Assignment
{
    /**
     * @ORM\\Id
     * @ORM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题