|
|
|
@@ -33,8 +33,8 @@ class SeasonTicketContractParam extends BaseParam |
|
|
|
'vehicle_type_name' => $this->str(), |
|
|
|
'parking_use_type_name' => $this->str(), |
|
|
|
'contractor_type_line_no_name' => $this->str(), |
|
|
|
'position_memo' => $this->str(), |
|
|
|
'memo' => $this->str(), |
|
|
|
'position_memo' => $this->str(true), |
|
|
|
'memo' => $this->str(true), |
|
|
|
'invalid_flg' => $this->boolean(), |
|
|
|
]; |
|
|
|
} |
|
|
|
|