add: change implement enum and distribution
This commit is contained in:
25
src/helper/enum-list.ts
Normal file
25
src/helper/enum-list.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
export enum statusTransaction {
|
||||
PENDING,
|
||||
SUCCESS,
|
||||
FAILED,
|
||||
}
|
||||
|
||||
export enum typeTransaction {
|
||||
DISTRIBUTION,
|
||||
ORDER,
|
||||
}
|
||||
|
||||
export enum productType {
|
||||
NORMAL,
|
||||
PROMO,
|
||||
}
|
||||
|
||||
export enum coaType {
|
||||
SYSTEM_BANk,
|
||||
INCOME,
|
||||
}
|
||||
|
||||
export enum balanceType {
|
||||
DEBIT,
|
||||
CREDIT,
|
||||
}
|
||||
Reference in New Issue
Block a user