우편 칼리움 첨부 및 차감 처리
아이템 수량 타입 int > double 변경
This commit is contained in:
@@ -10,7 +10,7 @@ public class MailItem {
|
||||
@JsonProperty("itemId")
|
||||
private Integer itemId;
|
||||
@JsonProperty("count")
|
||||
private Integer count;
|
||||
private Double count;
|
||||
@JsonProperty("productId")
|
||||
private Integer productId;
|
||||
@JsonProperty("isRepeatProduct")
|
||||
|
||||
Reference in New Issue
Block a user