feat(meter):0.4kV表计上传的数据处理策略改为如有相同的则采用更新。

This commit is contained in:
徐涛
2022-08-17 21:50:00 +08:00
parent 875a176795
commit 6fc40e3a93
3 changed files with 28 additions and 2 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module electricity_bill_calc
go 1.19
require (
github.com/deckarep/golang-set/v2 v2.1.0
github.com/gin-gonic/gin v1.8.1
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.3.0