From 7758857fba349ff1ed8b646b658d388e44c5fd2d Mon Sep 17 00:00:00 2001 From: Jiang Yong Date: Fri, 6 Oct 2023 10:17:32 +0800 Subject: [PATCH] excelize --- server/service/staff_salary.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/service/staff_salary.go b/server/service/staff_salary.go index e3056b6..13a0c00 100644 --- a/server/service/staff_salary.go +++ b/server/service/staff_salary.go @@ -9,6 +9,7 @@ import ( "github.com/gin-gonic/gin" log "github.com/sirupsen/logrus" "github.com/spf13/cast" + excelize "github.com/xuri/excelize/v2" "os" "time"