[关闭]
@big-bear 2017-08-07T09:32:56.000000Z 字数 280 阅读 815

培训资料

云宝 api


model

shareDocument //培训资料

  1. String name;
  2. String remark;
  3. DocumentType type; //类型
  4. Set<ShareDocumentFile> file; //附件,hasmany
  5. Integer createTime;

documentType //资料类型

  1. String name;
  2. DocumentType parent;
  3. Integer level;

shareDocumentFile //资料附件

  1. String name;
  2. String remark;
  3. String path; //路径
  4. ShareDocument document;
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注