初始化项目
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
type report struct{}
|
||||
|
||||
var Report = &report{}
|
||||
var Report = new(report)
|
||||
|
||||
// Create 创建报表
|
||||
func (c *report) Create(ctx context.Context, req *dto.CreateReportReq) (res *dto.CreateReportRes, err error) {
|
||||
|
||||
Reference in New Issue
Block a user