1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-06-17 12:57:36 +02:00

сделал CreateFiles_FindModelBy()

This commit is contained in:
Nikitin Aleksandr
2024-10-17 14:14:00 +03:00
parent 0e898bb18e
commit aa520c7f81
8 changed files with 435 additions and 10 deletions

View File

@ -1700,7 +1700,7 @@ func DeleteCommentFromString(TextFrom string) string {
return Otvet
}
// Convert_GolangVariableToProtobufVariable - возвращает имя переменной + имя колонки, преобразованное в тип protobuf
// Convert_GolangVariableToProtobufVariable - возвращает имя переменной + "." + имя колонки, преобразованное в тип protobuf
func Convert_GolangVariableToProtobufVariable(Table1 *types.Table, Column1 *types.Column, VariableName string) string {
Otvet := ""