|
@@ -13,7 +13,7 @@ public class DistributorSeller {
|
|
|
|
|
|
|
|
@Id
|
|
@Id
|
|
|
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "logistics$seller_distributor_gen")
|
|
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "logistics$seller_distributor_gen")
|
|
|
- @SequenceGenerator(name = "logistics$seller_distributor_gen", sequenceName = "logistics$distributor_seq", allocationSize = 1, initialValue = 4855)
|
|
|
|
|
|
|
+ @SequenceGenerator(name = "logistics$seller_distributor_gen", sequenceName = "logistics$distributor_seq", allocationSize = 1)
|
|
|
@Column(name = "seller_id")
|
|
@Column(name = "seller_id")
|
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|