|
@@ -27,6 +27,8 @@ public class PracticeBuyResultDto {
|
|
|
|
|
|
private String drillTimesJson;
|
|
|
|
|
|
+ private String type;
|
|
|
+
|
|
|
public String getOrderNo() {
|
|
|
return orderNo;
|
|
|
}
|
|
@@ -90,4 +92,12 @@ public class PracticeBuyResultDto {
|
|
|
public void setDrillTimesJson(String drillTimesJson) {
|
|
|
this.drillTimesJson = drillTimesJson;
|
|
|
}
|
|
|
+
|
|
|
+ public String getType() {
|
|
|
+ return type;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setType(String type) {
|
|
|
+ this.type = type;
|
|
|
+ }
|
|
|
}
|