compiled without error

This commit is contained in:
filipriec
2025-02-19 21:22:21 +01:00
parent 5954382206
commit 6c80325abe
5 changed files with 85 additions and 25 deletions

View File

@@ -62,7 +62,7 @@ message AdresarResponse {
}
message PutAdresarRequest {
int64 id = 1; // The ID of the Adresar entry to update
int64 id = 1;
string firma = 2;
string kz = 3;
string drc = 4;