mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
source: WIP, 型修正
This commit is contained in:
parent
e05de15865
commit
90362ad0f4
|
@ -14,10 +14,10 @@ public class Document {
|
|||
public String title; // タイトル
|
||||
|
||||
@ColumnInfo(name = "created_at")
|
||||
public String createdAt; // 作成日時
|
||||
public Date createdAt; // 作成日時
|
||||
|
||||
@ColumnInfo(name = "updated_at")
|
||||
public String updatedAt; // 更新日時
|
||||
public Date updatedAt; // 更新日時
|
||||
|
||||
@ColumnInfo(name = "author")
|
||||
public String author; // 作成者
|
||||
|
|
Loading…
Reference in New Issue
Block a user