feat(ReverseEngine):给生成的文件添加表注释,当表注释不为空的时候会在import下面生成该注释信息
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
type FileContentSUpport2 struct{}
|
||||
|
||||
func (FileContentSUpport2) GenerateFileContent(filePath string, fileName string, fms []entity.FieldMessage, hasTime bool, tagKey string) string {
|
||||
func (FileContentSUpport2) GenerateFileContent(filePath string, fileName string, fms []entity.FieldMessage, hasTime bool, tagKey string, string string) string {
|
||||
fmt.Println("12321321")
|
||||
return " "
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user