fix asset class and add employee
This commit is contained in:
@ -47,7 +47,8 @@ import { CreditApplication } from "./entity/credit_applications";
|
||||
import { CreditApplicationStatus } from "./types/credit";
|
||||
import { CreditApplicationForm } from "./entity/credit_application_forms";
|
||||
import { Application } from "./entity/application";
|
||||
import { AssetClassification } from "./assetClasification";
|
||||
import { AssetClassification } from "./entity/asset_classification"
|
||||
import { Employee } from "./entity/employee";
|
||||
export {
|
||||
User, //
|
||||
UserRole,
|
||||
@ -95,6 +96,7 @@ export {
|
||||
Supplier,
|
||||
AssetCategory,
|
||||
AssetClassification,
|
||||
Employee,
|
||||
Ledger,
|
||||
CreditCompany,
|
||||
CreditDebtor,
|
||||
|
||||
Reference in New Issue
Block a user