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.
26 lines
438 B
26 lines
438 B
/** |
|
* |
|
* //=={Table}==//.php |
|
* User: ChenLong |
|
* DateTime: //=={date}==// |
|
*/ |
|
|
|
namespace app\common\validate; |
|
|
|
use app\common\BaseValidate; |
|
//=={use}==// |
|
/** |
|
* Class //=={Table}==// |
|
* @package app\common\validate\//=={Table}==// |
|
* @author chenlong <vip_chenlong@163.com> |
|
*/ |
|
class //=={Table}==// extends BaseValidate |
|
{ |
|
protected $rule = [ |
|
//=={rule}==// |
|
]; |
|
|
|
protected $scene = [ |
|
//=={scene}==// |
|
]; |
|
}
|
|
|