IsvOrgShortcutStatusDto.php 176 B

123456789101112131415
  1. <?php
  2. /**
  3. * 系统自动生成
  4. * @author auto create
  5. */
  6. class IsvOrgShortcutStatusDto
  7. {
  8. /**
  9. * 唯一流水号-系统交互唯一识别码
  10. **/
  11. public $biz_no;
  12. }
  13. ?>