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

 

相关文章:

  • 2021-09-11
  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
相关资源
相似解决方案