cn.binarywang.wx.miniapp.bean.promoter.response.WxMaPromotionUpdateRoleResponse Maven / Gradle / Ivy
The 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 WxMaPromotionUpdateRoleResponse extends WxMaBaseResponse implements Serializable {
private static final long serialVersionUID = -7820893467305453782L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy