海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
344 B

  1. <?php
  2. namespace App\AdminAgent\Controllers;
  3. use App\AdminSupplier\Controllers\DiyFormController as DiyForm;
  4. /**
  5. * 信息收集表单,直接使用供应商的信息收集表
  6. * Class DiyFormController
  7. * @package App\AdminAgent\Controllers
  8. */
  9. class DiyFormController extends DiyForm
  10. {
  11. //此处代码继承自供应信息收集表单类
  12. }