mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
fix some numerals were not displayed according to the numerical system
This commit is contained in:
@@ -8,6 +8,11 @@ export interface NameValue {
|
||||
readonly value: string;
|
||||
}
|
||||
|
||||
export interface NameNumeralValue {
|
||||
readonly name: string;
|
||||
readonly value: number;
|
||||
}
|
||||
|
||||
export interface TypeAndName {
|
||||
readonly type: number;
|
||||
readonly name: string;
|
||||
|
||||
Reference in New Issue
Block a user