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