forked from free-lancers/electricity_bill_calc_service
feat(charge):增加计费记录查询功能,待测。
This commit is contained in:
5
service/charge.go
Normal file
5
service/charge.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package service
|
||||
|
||||
type _ChargeService struct{}
|
||||
|
||||
var ChargeService _ChargeService
|
Reference in New Issue
Block a user