data: クラス作成

This commit is contained in:
ろむねこ 2023-12-14 10:23:09 +09:00
parent 2cf3898f65
commit 1e0a9f47b6
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data;
public interface Document {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.impl;
public class DocumentImpl {
}

View File

@ -0,0 +1,4 @@
package one.nem.lacerta.data.module;
public class DocumentModule {
}