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

me.chanjar.weixin.open.bean.ma.WxMaScheme Maven / Gradle / Ivy

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

import lombok.Data;
import lombok.EqualsAndHashCode;
import me.chanjar.weixin.open.bean.result.WxOpenResult;

@Data
@EqualsAndHashCode(callSuper = true)
public class WxMaScheme extends WxOpenResult {
  private static final long serialVersionUID = 6099475183322341647L;

  private String openlink;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy