mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-12 19:20:49 +00:00
リポジトリを管理するエンティティを作成 WIP
This commit is contained in:
parent
6983353912
commit
ab4a88e4bd
@ -1,4 +1,14 @@
|
||||
package one.nem.lacerta.source.db.entity;
|
||||
|
||||
import androidx.room.Entity;
|
||||
import androidx.room.PrimaryKey;
|
||||
|
||||
@Entity
|
||||
public class Repositories {
|
||||
|
||||
@PrimaryKey
|
||||
private String id;
|
||||
|
||||
private String relativePath;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user