mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
refactor: inventory transfers to nestjs
This commit is contained in:
@@ -5,6 +5,11 @@ import ModelSearchable from './ModelSearchable';
|
||||
export default class TaxRateTransaction extends mixin(TenantModel, [
|
||||
ModelSearchable,
|
||||
]) {
|
||||
public rate: number;
|
||||
public referenceId: number;
|
||||
public referenceType: string;
|
||||
public taxRateId: number;
|
||||
|
||||
/**
|
||||
* Table name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user