fix: add comment

This commit is contained in:
clz 2023-05-31 15:40:27 +08:00
parent 4cbb47fe3d
commit d051669c6d

View File

@ -13,6 +13,7 @@ type Bill struct {
Options string `json:"options"` Options string `json:"options"`
} }
// BDate 用于判断获取bill的时间范围
type BDate struct { type BDate struct {
Year int `json:"year"` Year int `json:"year"`
Month int `json:"month"` Month int `json:"month"`