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

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

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

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

/**
 * @author EalenXie created on 2023/6/26 13:50
 */
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class ReferenceNoPayload {
    /**
     * 参考号
     */
    @JsonProperty("reference_no")
    private String referenceNo;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy