fix: order history

This commit is contained in:
ilham
2021-12-30 06:47:35 +07:00
parent bd6bf448a6
commit 146d0c8f96
30 changed files with 192 additions and 219 deletions

View File

@@ -1,6 +1,6 @@
import { Entity, Column } from 'typeorm';
import { Column, Entity } from 'typeorm';
import { BaseModel } from '../../config/basemodel.entity';
import { coaType, balanceType } from '../../helper/enum-list';
import { balanceType, coaType } from '../../helper/enum-list';
@Entity()
export class COA extends BaseModel {