海南旅游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

<?php
namespace App\AdminAgent\Controllers;
use App\AdminSupplier\Controllers\DiyFormController as DiyForm;
/**
* 信息收集表单,直接使用供应商的信息收集表
* Class DiyFormController
* @package App\AdminAgent\Controllers
*/
class DiyFormController extends DiyForm
{
//此处代码继承自供应信息收集表单类
}