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
6983353912
commit
ab4a88e4bd
|
@ -1,4 +1,14 @@
|
||||||
package one.nem.lacerta.source.db.entity;
|
package one.nem.lacerta.source.db.entity;
|
||||||
|
|
||||||
|
import androidx.room.Entity;
|
||||||
|
import androidx.room.PrimaryKey;
|
||||||
|
|
||||||
|
@Entity
|
||||||
public class Repositories {
|
public class Repositories {
|
||||||
|
|
||||||
|
@PrimaryKey
|
||||||
|
private String id;
|
||||||
|
|
||||||
|
private String relativePath;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user