|
@@ -46,6 +46,12 @@ public class ExtractConfigCacheBean extends RandomCacheBean {
|
|
|
* 抽卷模板id
|
|
|
*/
|
|
|
private String randomPaperId;
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 播放次数限制
|
|
|
+ */
|
|
|
+ private Integer playTime;
|
|
|
|
|
|
public String getId() {
|
|
|
return id;
|
|
@@ -103,4 +109,12 @@ public class ExtractConfigCacheBean extends RandomCacheBean {
|
|
|
this.randomPaperId = randomPaperId;
|
|
|
}
|
|
|
|
|
|
+ public Integer getPlayTime() {
|
|
|
+ return playTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPlayTime(Integer playTime) {
|
|
|
+ this.playTime = playTime;
|
|
|
+ }
|
|
|
+
|
|
|
}
|