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.
18 lines
227 B
18 lines
227 B
3 years ago
|
<?php
|
||
|
/**
|
||
|
*
|
||
|
* FormTime.php
|
||
|
* User: ChenLong
|
||
|
* DateTime: 2020/3/16 11:00
|
||
|
*/
|
||
|
|
||
|
|
||
|
namespace sdModule\makeAdminBasics\htmlUnit;
|
||
|
|
||
|
|
||
|
class FormRange extends Time implements FormUnitInterface
|
||
|
{
|
||
|
protected $timeType = 'range';
|
||
|
}
|
||
|
|