initial commit

This commit is contained in:
zp
2024-01-12 18:08:51 +08:00
commit 00122cc66d
74 changed files with 1957 additions and 0 deletions

12
internal/logic/logic.go Normal file
View File

@ -0,0 +1,12 @@
// ==========================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// ==========================================================================
package logic
import (
_ "novel/internal/logic/bizctx"
_ "novel/internal/logic/phone_verify"
_ "novel/internal/logic/session"
_ "novel/internal/logic/writer"
)