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

io.github.ealenxie.goodcang.warehouse.ReceiptBatchResponse Maven / Gradle / Ivy

The newest version!
package io.github.ealenxie.goodcang.warehouse;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.github.ealenxie.goodcang.ResponseAsk;
import lombok.Getter;
import lombok.Setter;

/**
 * @author EalenXie created on 2023/6/26 13:00
 */
@Setter
@Getter
public class ReceiptBatchResponse extends ResponseAsk {

    @JsonProperty("receiving_status")
    private Integer receivingStatus;
    @JsonProperty("transit_type")
    private Integer transitType;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy