feat: update

This commit is contained in:
rogeecn
2025-03-22 18:23:39 +08:00
parent 12761e1adb
commit 12d5158ad3
11 changed files with 890 additions and 34 deletions

8
app/models/posts.go Normal file
View File

@@ -0,0 +1,8 @@
package models
// @provider
type postsModel struct{}
func (m *postsModel) Prepare() error {
return nil
}