1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-01-30 22:31:02 +02:00

сделал ExtID

This commit is contained in:
Nikitin Aleksandr 2024-12-05 12:58:11 +03:00
parent ec6b35f307
commit 84c6caf562

View File

@ -44,6 +44,13 @@ message RequestExtID {
int64 Connection_id =3; // Connection_id записи в БД
}
// RequestExtIDString - параметры запроса на сервер
message RequestExtIDString {
uint32 VersionModel= 1; //версия структуры модели
string ExtID = 2; // ext_id записи в БД
int64 Connection_id =3; // Connection_id записи в БД
}
// RequestModel - параметры запроса на сервер
message RequestModel {
uint32 VersionModel= 1; //версия структуры модели