|
|
@@ -143,7 +143,8 @@ public class Order extends TscBaseDomain {
|
|
|
|
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
|
private String[] multiOrdDtlStat;
|
|
|
-
|
|
|
+
|
|
|
+ private int sumListPrice;
|
|
|
private int sumOrdAmt;
|
|
|
private int sumOrdCnclAmt;
|
|
|
private int sumRealPayAmt;
|