fix: shop_players 关系表主键与模型对齐

This commit is contained in:
zetaloop
2026-04-04 06:25:49 +08:00
parent 3a81aec527
commit 7dc088eadf
18 changed files with 91 additions and 310 deletions
+4 -2
View File
@@ -108,14 +108,16 @@ message UpdateShopPlayersResp {
}
message DelShopPlayersReq {
int64 id = 1; //id
int64 shopId = 1; //shopId
int64 playerId = 2; //playerId
}
message DelShopPlayersResp {
}
message GetShopPlayersByIdReq {
int64 id = 1; //id
int64 shopId = 1; //shopId
int64 playerId = 2; //playerId
}
message GetShopPlayersByIdResp {