用于后续对SCORM的开发

This commit is contained in:
daihh
2022-11-19 21:59:21 +08:00
parent 08b3e67c27
commit f2147a5366
4 changed files with 26 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
package com.xboe.module.scorm;
import java.math.BigDecimal;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class SCORM {
}

View File

@@ -0,0 +1,6 @@
package com.xboe.module.scorm;
public class SCORMResult {
}

View File

@@ -1,8 +0,0 @@
package com.xboe.module.elasticsearc.api;
/**
* 全文检索查询实现
*/
public class ElasticsearchApi {
}

View File

@@ -0,0 +1,8 @@
package com.xboe.module.scorm.web;
/**
* 全文检索查询实现
*/
public class ScormPlayer {
}