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
32a8d308a1
commit
f1090e046d
|
@ -1,4 +1,21 @@
|
||||||
package one.nem.lacerta.data.model.documents;
|
package one.nem.lacerta.data.model.documents;
|
||||||
|
|
||||||
public class DocumentType {
|
public enum DocumentType {
|
||||||
|
// ドキュメントの種類
|
||||||
|
// TODO: ユーザーがドキュメントの種類を追加できるようにする
|
||||||
|
|
||||||
|
// テキスト
|
||||||
|
TEXTBOOK,
|
||||||
|
// ノート
|
||||||
|
NOTEBOOK,
|
||||||
|
// ワークブック
|
||||||
|
WORKBOOK,
|
||||||
|
// レシート
|
||||||
|
RECEIPT,
|
||||||
|
// チケット
|
||||||
|
TICKET,
|
||||||
|
// メモ
|
||||||
|
MEMO,
|
||||||
|
// その他
|
||||||
|
OTHER
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user