|
|
|
@@ -19,6 +19,7 @@ use Illuminate\Support\Carbon; |
|
|
|
* @property ?Carbon $orderDateTo |
|
|
|
* @property ?string $smsPhoneNumber |
|
|
|
* @property ?string $handlerName |
|
|
|
* @property ?string $receiptNo |
|
|
|
*/ |
|
|
|
|
|
|
|
class ReceiptIssuingsOrdersParam extends BaseParam |
|
|
|
@@ -40,6 +41,7 @@ class ReceiptIssuingsOrdersParam extends BaseParam |
|
|
|
Repository::CONDITION_ORDER_DATE_FROM => $this->date(true), |
|
|
|
Repository::CONDITION_ORDER_DATE_TO => $this->date(true), |
|
|
|
Repository::CONDITION_HANDLER_NAME => $this->str(true), |
|
|
|
Repository::CONDITION_RECEIPT_NO => $this->str(true), |
|
|
|
], |
|
|
|
$this->sortableRules(), |
|
|
|
); |
|
|
|
|