You've already forked crud_generator
mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-12-22 12:47:49 +02:00
сделал ReadObject_ctx()
This commit is contained in:
@@ -224,6 +224,10 @@ func CreateFiles_ReadObject_Table1(MapAll map[string]*types.Table, Table1 *types
|
||||
//crud_
|
||||
Otvet = strings.ReplaceAll(Otvet, " crud_", " "+config.Settings.PREFIX_CRUD)
|
||||
|
||||
//
|
||||
DefaultValue := create_files.FindText_DefaultValue(Column1.TypeGo)
|
||||
Otvet = strings.ReplaceAll(Otvet, "ReplaceDefaultValue", DefaultValue)
|
||||
|
||||
return Otvet
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user