feat(charge):增加计费记录查询功能,待测。

This commit is contained in:
徐涛
2022-08-15 11:17:21 +08:00
parent 9b2f869220
commit a48e63d798
6 changed files with 117 additions and 0 deletions

5
service/charge.go Normal file
View File

@@ -0,0 +1,5 @@
package service
type _ChargeService struct{}
var ChargeService _ChargeService