All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.chanjar.weixin.open.bean.auth.MaAuthSubmitParamContactInfo Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.open.bean.auth;

import lombok.Data;
import lombok.NoArgsConstructor;
import org.jetbrains.annotations.NotNull;

/**
 * 联系人信息
 *
 * @author 广州跨界
 * created on 2024/01/11
 */
@Data
@NoArgsConstructor
public class MaAuthSubmitParamContactInfo {

  /**
   * 姓名
   */
  @NotNull
  private String name;

  /**
   * 邮箱
   */
  @NotNull
  private String email;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy