diff --git a/src/UserInput.php b/src/UserInput.php index 5a37538..ce1beb5 100644 --- a/src/UserInput.php +++ b/src/UserInput.php @@ -5,13 +5,15 @@ /** * 用户注册或登录场景模型 - * @name string 用户名 - * @eamil string 用户邮箱 - * @password string 用户密码 - * @pwdConfirm string 确认密码 */ class UserInput extends Model { + /** + * @name string 用户名 + * @eamil string 用户邮箱 + * @password string 用户密码 + * @pwdConfirm string 确认密码 + */ public $name; public $email; public $password;