fix: delete label

This commit is contained in:
clz 2023-06-09 23:05:54 +08:00
parent 046f2a9164
commit b5e9dfa36b

View File

@ -12,7 +12,6 @@ type Bill struct {
Date string
Money float64
Class string
Label string
Options string
}