mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
code refactor
This commit is contained in:
@@ -5,6 +5,11 @@ const allTransactionTypes = {
|
||||
Transfer: 4
|
||||
};
|
||||
|
||||
const minAmount = '-999999999.99';
|
||||
const maxAmount = '999999999.99';
|
||||
|
||||
export default {
|
||||
allTransactionTypes: allTransactionTypes,
|
||||
minAmount: minAmount,
|
||||
maxAmount: maxAmount,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user