mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
EntityにisIncludedを追加
This commit is contained in:
parent
d384347e0a
commit
e1b43a5f22
|
@ -45,4 +45,10 @@ public class VcsLogEntity {
|
||||||
*/
|
*/
|
||||||
@ColumnInfo(name = "action")
|
@ColumnInfo(name = "action")
|
||||||
public String action;
|
public String action;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Revに含まれてるかどうか
|
||||||
|
*/
|
||||||
|
@ColumnInfo(name = "is_included")
|
||||||
|
public boolean isIncluded;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user