1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-22 00:36:41 +02:00

сделал crud_starter_tables

This commit is contained in:
Nikitin Aleksandr 2024-02-26 12:46:34 +03:00
parent 1ace99ba2c
commit 285b23475a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package crud_starter_lawsuit_status_types
import (
"gitlab.aescorp.ru/dsp_dev/claim/sync_service/pkg/db/crud/crud_starter_lawsuit_status_types"
"gitlab.aescorp.ru/dsp_dev/claim/sync_service/pkg/db/crud/crud_white_list_reason_types"
"gitlab.aescorp.ru/dsp_dev/claim/sync_service/pkg/object_model/entities/lawsuit_status_types"
"testing"
)

View File

@ -281,8 +281,8 @@ func CreateFiles_manual_test(Table1 *types.Table) error {
TextManual = create_files.AddImport(TextManual, ModelTableURL)
//
CrudStarterTableURL := create_files.FindCrudStarterTableURL(TableName)
TextManual = create_files.AddImport(TextManual, CrudStarterTableURL)
CrudTableURL := create_files.FindCrudTableURL(TableName)
TextManual = create_files.AddImport(TextManual, CrudTableURL)
}