This commit is contained in:
by 2024-07-27 11:50:15 +08:00
parent 499bc60da7
commit 5e3624f62a
2 changed files with 3 additions and 1 deletions

View File

@ -1284,5 +1284,6 @@ message AnnouncerLogInfo{
int32 Snid = 1; //ID
int32 Name = 2; //
int32 Phone = 3; //
int32 ItemId = 4; //
int32 ItemId = 4; //ID
int32 TypeId = 5; //1- 2-
}

View File

@ -968,4 +968,5 @@ message AnnouncerLogInfo{
int32 Name = 2; //
int32 Phone = 3; //
int32 ItemId = 4; //ID
int32 TypeId = 5; //1- 2-
}