50], [['mobile'], 'string', 'max' => 15], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'userName' => 'User Name', 'sjId' => 'merchant id', 'mobile' => 'Mobile', 'integral' => 'Integral', 'balance' => 'Balance', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }