feat(ReverseEngine):给生成的文件添加表注释,当表注释不为空的时候会在import下面生成该注释信息

This commit is contained in:
huangzj
2020-05-26 09:12:17 +08:00
parent e9502e1ac8
commit f74ba73d29
4 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ type ContentGenerate interface {
/*
内容制造接口
*/
GenerateFileContent(filePath string, fileName string, fms []entity.FieldMessage, hasTime bool, tagKey string) string
GenerateFileContent(filePath string, fileName string, fms []entity.FieldMessage, hasTime bool, tagKey string, string string) string
}