新增盛大报价
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package lingtao.net.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class ShengDaPriceResultVo {
|
||||
private Integer errCode;
|
||||
private String errMsg;
|
||||
private ResultData data;
|
||||
|
||||
@Data
|
||||
public class ResultData {
|
||||
private String productCategoryId;
|
||||
private String productCategoryName;
|
||||
private Double price;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user