/* * Copyright (c) 2020 WildFireChat. All rights reserved. */ export default class ModifyMyInfoEntry { /** * * @type {number} 可选值,参考{@link ModifyMyInfoType } */ type = -1; value = ''; }