make a books window
This commit is contained in:
parent
aa2483e255
commit
0bf0fe3b01
|
@ -21,4 +21,6 @@ message Books { // `autogenpb:marsha
|
||||||
string uuid = 1; // `autogenpb:uuid:8b6409ad-4498-43a6-b09a-7835c00dcb9a`
|
string uuid = 1; // `autogenpb:uuid:8b6409ad-4498-43a6-b09a-7835c00dcb9a`
|
||||||
string version = 2; // `autogenpb:version:v0.0.1`
|
string version = 2; // `autogenpb:version:v0.0.1`
|
||||||
repeated Book Books = 3; // THIS MUST BE Chat and then Chats
|
repeated Book Books = 3; // THIS MUST BE Chat and then Chats
|
||||||
|
google.protobuf.Timestamp ctime = 4;
|
||||||
|
string Title = 5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue