@Entity data class EmailMessage ( @Id var id: Long = 0, var subject: String = "", var body: String = "", var attachments: ToMany<Attachment>? = null, ).
確定! 回上一頁