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

cn.binarywang.wx.miniapp.bean.promoter.response.WxMaPromotionUpdatePromoterResponse Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.bean.promoter.response;

import cn.binarywang.wx.miniapp.bean.WxMaBaseResponse;
import lombok.Data;
import lombok.EqualsAndHashCode;

import java.io.Serializable;

/**
 * @author zhuangzibin
 */

@Data
@EqualsAndHashCode(callSuper = true)
public class WxMaPromotionUpdatePromoterResponse extends WxMaBaseResponse implements Serializable {

  private static final long serialVersionUID = 4181066183104514177L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy