fix: rename

This commit is contained in:
clz 2023-05-31 15:31:49 +08:00
parent 1a1fc59b10
commit 4cbb47fe3d

View File

@ -15,7 +15,7 @@ func NewBillService(r BillRepository) BillService {
} }
} }
// FetchBills // GetBills
// - date is {year, month, day} when return a day bills // - date is {year, month, day} when return a day bills
// - date is {year, month} when return a month bills // - date is {year, month} when return a month bills
// - date is {year} when return a year bills // - date is {year} when return a year bills