apres mise en oeuvre de sychro avec bjson et tache asynch
This commit is contained in:
@@ -17,6 +17,8 @@ public class MobileDataEnqueteUniteLogement extends BaseEntity implements Serial
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Long id;
|
||||
private Long terminalId;
|
||||
private Long externalKey;
|
||||
@Type(JsonBinaryType.class)
|
||||
@Column(columnDefinition = "jsonb")
|
||||
private EnqueteUniteLogementPayload enqueteUniteLogementPayload ;
|
||||
|
||||
Reference in New Issue
Block a user