From d051669c6d5a79c32f8133385bc27a00d0a58104 Mon Sep 17 00:00:00 2001 From: clz Date: Wed, 31 May 2023 15:40:27 +0800 Subject: [PATCH] fix: add comment --- internal/bill/domain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/bill/domain.go b/internal/bill/domain.go index 9dbc858..4927860 100644 --- a/internal/bill/domain.go +++ b/internal/bill/domain.go @@ -13,6 +13,7 @@ type Bill struct { Options string `json:"options"` } +// BDate 用于判断获取bill的时间范围 type BDate struct { Year int `json:"year"` Month int `json:"month"`