|
|
|
@@ -59,11 +59,6 @@ class UserWorksheet |
|
|
|
*/ |
|
|
|
protected $inspectionAdvantage; |
|
|
|
|
|
|
|
/** |
|
|
|
* @ORM\Column(type="boolean", nullable=true) |
|
|
|
*/ |
|
|
|
protected $checkAdvantage; |
|
|
|
|
|
|
|
/** |
|
|
|
* @ORM\Column(type="smallint", nullable=false, options={"unsigned" = true}) |
|
|
|
*/ |
|
|
|
@@ -226,22 +221,6 @@ class UserWorksheet |
|
|
|
$this->inspectionAdvantage = $inspectionAdvantage; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @return mixed |
|
|
|
*/ |
|
|
|
public function getCheckAdvantage() |
|
|
|
{ |
|
|
|
return $this->checkAdvantage; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @param mixed $checkAdvantage |
|
|
|
*/ |
|
|
|
public function setCheckAdvantage($checkAdvantage): void |
|
|
|
{ |
|
|
|
$this->checkAdvantage = $checkAdvantage; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @return mixed |
|
|
|
*/ |
|
|
|
|