注释换行符

This commit is contained in:
xxj
2022-01-18 20:48:54 +08:00
parent d744f25b88
commit 7aa3ced5f8

View File

@@ -125,7 +125,7 @@ func (s *GenStruct) SetNotes(notes string) {
text = append(text, "// "+v) text = append(text, "// "+v)
// } // }
} }
s.Notes = strings.Join(text, "\r\n") s.Notes = strings.Join(text, ";")
} }
// AddElement Add one or more elements.添加一个/或多个元素 // AddElement Add one or more elements.添加一个/或多个元素