|
@@ -38,7 +38,7 @@ public class TempOrderDto implements java.io.Serializable{
|
|
|
|
|
|
private int balancePayAmount ;
|
|
|
|
|
|
- private int exchangeColorId ;
|
|
|
+ private String exchangeColorId ;
|
|
|
|
|
|
public String getOrderAddressInfo() {
|
|
|
return orderAddressInfo;
|
|
@@ -112,11 +112,11 @@ public class TempOrderDto implements java.io.Serializable{
|
|
|
this.balancePayAmount = balancePayAmount;
|
|
|
}
|
|
|
|
|
|
- public int getExchangeColorId() {
|
|
|
+ public String getExchangeColorId() {
|
|
|
return exchangeColorId;
|
|
|
}
|
|
|
|
|
|
- public void setExchangeColorId(int exchangeColorId) {
|
|
|
+ public void setExchangeColorId(String exchangeColorId) {
|
|
|
this.exchangeColorId = exchangeColorId;
|
|
|
}
|
|
|
|