6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
entity Books {
|
|
key ID : Integer;
|
|
title : String;
|
|
author : String;
|
|
}
|