feat(ReverseEngine):给生成的文件添加表注释,当表注释不为空的时候会在import下面生成该注释信息
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user