/** * @var string * @ORM\Column(name="work" type="string" nullable=false) * 这个字段我设置不能为空,那我怎么设置默认参数呢?? */protected $work;
nullable=true