mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
用于后续对SCORM的开发
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
package com.xboe.module.scorm;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
|
||||||
|
@Slf4j
|
||||||
|
public class SCORM {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
package com.xboe.module.scorm;
|
||||||
|
|
||||||
|
public class SCORMResult {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
package com.xboe.module.elasticsearc.api;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 全文检索查询实现
|
|
||||||
*/
|
|
||||||
public class ElasticsearchApi {
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package com.xboe.module.scorm.web;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 全文检索查询实现
|
||||||
|
*/
|
||||||
|
public class ScormPlayer {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user