mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
go
This commit is contained in:
parent
7a0bf87fde
commit
689b8ea45b
1
.gitignore
vendored
1
.gitignore
vendored
@ -106,3 +106,4 @@ __pycache__
|
||||
/ShadowEditor.Web/test/think
|
||||
/ShadowEditor.Web/Upload/TestFtpServer
|
||||
/SceneScript
|
||||
/ShadowEditor.Server.Go/*.exe
|
||||
|
||||
7
ShadowEditor.Server.Go/main.go
Normal file
7
ShadowEditor.Server.Go/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world!")
|
||||
}
|
||||
18
ShadowEditor.Server.Go/model/animation/AnimationModel.go
Normal file
18
ShadowEditor.Server.Go/model/animation/AnimationModel.go
Normal file
@ -0,0 +1,18 @@
|
||||
package animation
|
||||
|
||||
type AnimationModel struct {
|
||||
ID string
|
||||
Name string
|
||||
CategoryID string
|
||||
CategoryName string
|
||||
TotalPinYin string
|
||||
FirstPinYin string
|
||||
Type string
|
||||
Url string
|
||||
FileName string
|
||||
FileSize string
|
||||
FileType string
|
||||
SaveName string
|
||||
SavePath string
|
||||
AddTime string
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user