@@ -18,7 +18,7 @@ public class Bom {
* ID
*/
@Id
- @GeneratedValue
+ @GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "b_id")
private Long bid;
@@ -16,7 +16,7 @@ public class BomDetail {
@Column(name = "bd_id")
private Long bdId;
@@ -8,7 +8,7 @@ import java.util.Date;
public class PriceLibrary {
@Column(name = "pl_id")
private Long id;