to: add todo

This commit is contained in:
clz 2023-06-12 20:17:08 +08:00
parent d68c033ba8
commit 5b02d4c5f7

View File

@ -5,6 +5,8 @@ import (
"github.com/gofiber/fiber/v2"
)
// TODO: 日期传输是使用时间戳,存储时分开年月日
type BillHandler struct {
billService BillService
}