thrift-related/thrift-files/meowment/ChineseResMap.thrift
2026-01-19 21:11:05 +08:00

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,
}