mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
DocumentDebugクラス作成
This commit is contained in:
parent
f45900b464
commit
cd77da18a0
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.data;
|
||||||
|
|
||||||
|
public interface DocumentDebug {
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.data.impl;
|
||||||
|
|
||||||
|
public class DocumentDebugImpl {
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.data.module;
|
||||||
|
|
||||||
|
public class DocumentDebugModule {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user