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

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

There is a newer version: 4.7.1.B
Show newest version
package me.chanjar.weixin.channel.bean.freight;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * 运费模板 请求参数
 *
 * @author Zeyes
 */
@Data
@NoArgsConstructor
@AllArgsConstructor
@JsonInclude(Include.NON_NULL)
public class TemplateAddParam implements Serializable {

  private static final long serialVersionUID = 2602919369418149309L;
  /** 起始位置 */
  @JsonProperty("freight_template")
  private FreightTemplate template;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy