ConvertBookResult.go 134 B

123456789
  1. package models
  2. // 转换结果
  3. type ConvertBookResult struct {
  4. PDFPath string
  5. EpubPath string
  6. MobiPath string
  7. WordPath string
  8. }