初始化项目

This commit is contained in:
2025-12-08 16:56:38 +08:00
parent bd24d39d57
commit 46af4c6734
12 changed files with 13 additions and 25 deletions

View File

@@ -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) {