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