.thrift文件示例

.thrift文件示例

namespace pascal tables.thrift

struct Goods {
1: optional string goodsid,
2: optional string goodsname
}

struct Units {
1: optional string unitid,
2: optional string unitname
}

struct Tables {
1: list<Goods> GoodsArr,
2: list<Units> UnitsArr
}

struct UpFile {
1: optional string filename,
2: optional binary filecontent
}

 

posted @ 2021-08-05 11:02  delphi中间件  阅读(116)  评论(0编辑  收藏  举报