mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ドキュメントデータの取得WIP
This commit is contained in:
parent
7ba7cc77bf
commit
32a8d308a1
|
@ -0,0 +1,6 @@
|
||||||
|
package one.nem.lacerta.data.model.documents;
|
||||||
|
|
||||||
|
public class DocumentDetail {
|
||||||
|
// ドキュメントの詳細情報
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
package one.nem.lacerta.data.model.documents;
|
||||||
|
|
||||||
|
public class DocumentType {
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
package one.nem.lacerta.data.model.documents;
|
||||||
|
|
||||||
|
public class Meta {
|
||||||
|
// ドキュメントのメタ情報
|
||||||
|
public String id; // ドキュメントの内部ID(UUIDv4?)
|
||||||
|
public
|
||||||
|
}
|
|
@ -1,4 +1,5 @@
|
||||||
package one.nem.lacerta.data.repository;
|
package one.nem.lacerta.data.repository;
|
||||||
|
|
||||||
public interface Documents {
|
public interface Documents {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user