@@ -29,6 +29,15 @@ public class SaveOperationDataDetail implements Serializable {
private Long custUserUU;
private Long pidate;
private Long sourceDate;
+ private Double price;
+
+ public Double getPrice() {
+ return price;
+ }
+ public void setPrice(Double price) {
+ this.price = price;
public String getInoutno() {
return inoutno;