Browse Source

更改注释

master
kuangweijian 3 years ago
parent
commit
33302b710d
  1. 10
      src/UserInput.php

10
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;

Loading…
Cancel
Save