memberNumber as partnerNumber+memberNumberSuffix #13

Merged
hsh-michaelhoennig merged 78 commits from memberNumberSuffix-and-partnerNumber into master 2024-01-24 15:57:16 +01:00
Showing only changes of commit 06657f26bb - Show all commits

View File

@ -59,9 +59,15 @@ public class HsOfficeCoopSharesTransactionEntity implements Stringifyable, HasUu
@Column(name = "sharecount")
private int shareCount;
/**
* The ooking reference.
*/
@Column(name = "reference")
private String reference;
/**
* An optional arbitrary comment.
*/
@Column(name = "comment")
private String comment;