Config.php 133 B

12345678910111213141516
  1. <?php
  2. namespace ThirdParty\Urs\Dto;
  3. /**
  4. * Config配置
  5. *
  6. */
  7. class Config extends \App\Module\ThirdParty\Dto\Credential
  8. {
  9. }