|
@@ -1,5 +1,6 @@
|
|
|
package com.style24.persistence.domain;
|
|
package com.style24.persistence.domain;
|
|
|
|
|
|
|
|
|
|
+import java.util.Calendar;
|
|
|
import java.util.Collection;
|
|
import java.util.Collection;
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
@@ -711,4 +712,8 @@ public class Order extends TscBaseDomain {
|
|
|
|
|
|
|
|
private int dtlOrdAmt;
|
|
private int dtlOrdAmt;
|
|
|
private int dtlItemOrdAmt;
|
|
private int dtlItemOrdAmt;
|
|
|
|
|
+ private String stdt;
|
|
|
|
|
+ private String eddt;
|
|
|
|
|
+ private Calendar from;
|
|
|
|
|
+ private Calendar to;
|
|
|
}
|
|
}
|