@property这样的注释格式,有什么作用,可以一键注释成这种格式吗? [ 2.0 版本 ]
/**
* This is the model class for table "user".
*
* @property integer $id
* @property string $username
* @property string $mobile
* @property string $auth_key
* @property string $password_hash
* @property string $password_reset_token
* @property string $email
* @property integer $status
* @property integer $role
* @property string $created_at
* @property string $updated_at
* @property string $sex
*/
class User extends \yii\db\ActiveRecord implements IdentityInterface
{
最佳答案
其他 0 个回答
没有找到数据。
zavier
注册时间:2016-04-01
最后登录:2024-07-09
在线时长:5344小时55分
最后登录:2024-07-09
在线时长:5344小时55分
- 粉丝19
- 金钱10895
- 威望30
- 积分64635