eleme.openapi.sdk.api.entity.pintuan.PinPrice Maven / Gradle / Ivy
The newest version!
package eleme.openapi.sdk.api.entity.pintuan;
import eleme.openapi.sdk.api.entity.pintuan.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;
public class PinPrice{
/**
* 字符串
*/
private String priceType;
public String getPriceType() {
return priceType;
}
public void setPriceType(String priceType) {
this.priceType = priceType;
}
/**
* 价格
*/
private Double price;
public Double getPrice() {
return price;
}
public void setPrice(Double price) {
this.price = price;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy