rename oneof part 2

This commit is contained in:
Akbar Yahya
2023-01-29 12:22:25 +08:00
parent 73d5fa37dd
commit e07d12ad71
12 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ message ShopCardProduct {
uint32 days = 5;
uint32 remainRewardDays = 6;
uint32 cardProductType = 7;
oneof KNKJCIMNEPF {
oneof extra_card_data {
ResinCard resin_card = 101;
}
}