Files
huangjingfen/pro_v3.5.1/crmeb/form/BuildInterface.php

19 lines
337 B
PHP
Raw Normal View History

<?php
// +----------------------------------------------------------------------
// | Author: ScottPan Team
// +----------------------------------------------------------------------
namespace crmeb\form;
/**
* Interface BuildInterface
* @package crmeb\form
*/
interface BuildInterface
{
public function toArray(): array;
}