mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
refactor(nestjs): validation schema dtos
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { TenantModel } from "@/modules/System/models/TenantModel";
|
||||
import { TenantBaseModel } from '@/modules/System/models/TenantBaseModel';
|
||||
|
||||
export class Currency extends TenantModel {
|
||||
export class Currency extends TenantBaseModel {
|
||||
public readonly currencySign: string;
|
||||
public readonly currencyName: string;
|
||||
public readonly currencyCode: string;
|
||||
@@ -22,4 +22,4 @@ export class Currency extends TenantModel {
|
||||
static get resourceable() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user