14 lines
220 B
Thrift
14 lines
220 B
Thrift
namespace netstd Byway.Thrift.Data
|
|
|
|
struct ChineseResMapItem
|
|
{
|
|
1:i32 Id, // Id
|
|
2:string TargetStr, // 目标
|
|
3:string Chinese, // 手指类型
|
|
}
|
|
|
|
struct ChineseResMap
|
|
{
|
|
1:map<i32,ChineseResMapItem> chineseresmaps,
|
|
}
|