add share record manage

This commit is contained in:
lejianwen
2024-12-13 12:32:36 +08:00
parent bd13fe4ef4
commit 2d6f0a116a
15 changed files with 1344 additions and 12 deletions
+1
View File
@@ -16,6 +16,7 @@ type Service struct {
*OauthService
*LoginLogService
*AuditService
*ShareRecordService
}
func New() *Service {