|
@@ -30,9 +30,6 @@
|
|
|
* @property int|null $max_freeze_count
|
|
* @property int|null $max_freeze_count
|
|
|
* @property bool $charge_roi
|
|
* @property bool $charge_roi
|
|
|
* @property bool $charge_fnm
|
|
* @property bool $charge_fnm
|
|
|
- * @property numeric|null $default_discount
|
|
|
|
|
- * @property numeric|null $default_interest
|
|
|
|
|
- * @property numeric|null $default_fine
|
|
|
|
|
* @property-read \App\Models\Unit $unit
|
|
* @property-read \App\Models\Unit $unit
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial newModelQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial newModelQuery()
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial newQuery()
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial newQuery()
|
|
@@ -47,9 +44,6 @@
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereChargeFnm($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereChargeFnm($value)
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereChargeRoi($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereChargeRoi($value)
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereCreatedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereCreatedAt($value)
|
|
|
- * @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereDefaultDiscount($value)
|
|
|
|
|
- * @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereDefaultFine($value)
|
|
|
|
|
- * @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereDefaultInterest($value)
|
|
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereDeletedAt($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereDeletedAt($value)
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereDueDate($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereDueDate($value)
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereFinancialEmail($value)
|
|
* @method static \Illuminate\Database\Eloquent\Builder<static>|UnitFinancial whereFinancialEmail($value)
|
|
@@ -82,9 +76,6 @@ class UnitFinancial extends Model
|
|
|
'max_freeze_count' => 'integer',
|
|
'max_freeze_count' => 'integer',
|
|
|
'charge_roi' => 'boolean',
|
|
'charge_roi' => 'boolean',
|
|
|
'charge_fnm' => 'boolean',
|
|
'charge_fnm' => 'boolean',
|
|
|
- 'default_discount' => 'decimal:2',
|
|
|
|
|
- 'default_interest' => 'decimal:2',
|
|
|
|
|
- 'default_fine' => 'decimal:2',
|
|
|
|
|
'created_at' => 'datetime',
|
|
'created_at' => 'datetime',
|
|
|
'updated_at' => 'datetime',
|
|
'updated_at' => 'datetime',
|
|
|
'deleted_at' => 'datetime',
|
|
'deleted_at' => 'datetime',
|