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

me.chanjar.weixin.channel.bean.freight.TemplateIdResponse Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.channel.bean.freight;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import me.chanjar.weixin.channel.bean.base.WxChannelBaseResponse;

/**
 * 运费模板 列表 响应
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
@EqualsAndHashCode(callSuper = true)
public class TemplateIdResponse extends WxChannelBaseResponse {

  private static final long serialVersionUID = 5179651364165620640L;
  /** 运费模板id */
  @JsonProperty("template_id")
  private String templateId;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy