Compare commits

..

No commits in common. "1786380542f10f7e07a3e9b41932ea1a408fe450" and "d68c033ba85b8a7b5c583a30d708be6744840752" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

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

View File

@ -1,11 +0,0 @@
import pandas as pd
excel_file_path = 'scripts/bill.xlsx'
data = pd.read_excel(excel_file_path)
data = data.loc[:, ["date", "money","label", "options", "type"]]
data = data.fillna("")
print(data)