dynamodb 우편 추가
This commit is contained in:
@@ -7,11 +7,11 @@ import lombok.Data;
|
||||
@Data
|
||||
@Builder
|
||||
public class MailItem {
|
||||
@JsonProperty("itemId")
|
||||
@JsonProperty("ItemId")
|
||||
private Integer itemId;
|
||||
@JsonProperty("count")
|
||||
@JsonProperty("Count")
|
||||
private Double count;
|
||||
@JsonProperty("productId")
|
||||
@JsonProperty("ProductId")
|
||||
private Integer productId;
|
||||
@JsonProperty("isRepeatProduct")
|
||||
private boolean isRepeatProduct;
|
||||
|
||||
Reference in New Issue
Block a user