Files

14 lines
301 B
Go
Raw Permalink 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 string) string {
2020-04-26 11:01:26 +08:00
fmt.Println("12321321")
return " "
}