memberNumber as partnerNumber+memberNumberSuffix #13
@ -59,9 +59,15 @@ public class HsOfficeCoopSharesTransactionEntity implements Stringifyable, HasUu
|
||||
@Column(name = "sharecount")
|
||||
private int shareCount;
|
||||
|
||||
/**
|
||||
* The ooking reference.
|
||||
hsh-michaelhoennig marked this conversation as resolved
Outdated
|
||||
*/
|
||||
@Column(name = "reference")
|
||||
private String reference;
|
||||
|
||||
/**
|
||||
* An optional arbitrary comment.
|
||||
*/
|
||||
@Column(name = "comment")
|
||||
private String comment;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
B