19 lines
494 B
Thrift
19 lines
494 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
struct NickNameRandomDataItem
|
|
{
|
|
1:i32 Id, // id
|
|
2:string EnglishAdjective, // 英文形容词
|
|
3:string EnglishNoun, // 英文名词
|
|
4:string ChineseAdjective, // 中文形容词1
|
|
5:string ChineseNoun, // 中文名词
|
|
6:string ChineseAdjective2, // 中文形容词2
|
|
7:string PortugueseAdjective, // 葡萄牙形容词
|
|
8:string PortugueseNoun, // 葡萄牙名词
|
|
}
|
|
|
|
struct NickNameRandomData
|
|
{
|
|
1:map<i32,NickNameRandomDataItem> nicknamerandomdatas,
|
|
}
|