ExportRsult.php 138 B

123456789101112131415
  1. <?php
  2. /**
  3. * 导出结果对象
  4. * @author auto create
  5. */
  6. class ExportRsult
  7. {
  8. /**
  9. * 导出记录id
  10. **/
  11. public $export_id;
  12. }
  13. ?>