CalculateMiningTaxesJob

This commit is contained in:
2021-02-04 23:34:53 +09:00
parent 416f4abd03
commit d4954bc7bf
6 changed files with 172 additions and 4 deletions

View File

@@ -23,5 +23,6 @@ class Ledger extends Model
'type_id',
'ore_name',
'quantity',
'invoiced',
];
}