fix: order history
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user