Files
go-ReverseEngine/support/FileContentSupport2.go
T

14 lines
286 B
Go
Raw Normal View History

2020-04-26 11:01:26 +08:00
package support
import (
"ReverseEngine/entity"
"fmt"
)
type FileContentSUpport2 struct{}
func (FileContentSUpport2) GenerateFileContent(filePath string, fileName string, fms []entity.FieldMessage, hasTime bool, tagKey string) string {
fmt.Println("12321321")
return " "
}