|
@@ -27,7 +27,7 @@ import java.time.LocalDateTime;
|
|
|
public class ProductPermission implements Serializable {
|
|
public class ProductPermission implements Serializable {
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
- @TableId(type = IdType.INPUT)
|
|
|
|
|
|
|
+ @TableId(type = IdType.AUTO)
|
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|
|
|
/**
|
|
/**
|