mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-01-30 22:31:02 +02:00
сделал ExtID
This commit is contained in:
parent
ec6b35f307
commit
84c6caf562
@ -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; //версия структуры модели
|
||||
|
Loading…
x
Reference in New Issue
Block a user