nickchange
2023-11-28 b3bf5a0b4fac7ba6bc85b2bdce5e05d55cdeb69f
cloud-server-course/src/main/java/com/dsh/course/entity/PostCourseVideo.java
@@ -31,8 +31,8 @@
    /**
     * 主键id
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.NONE)
    private Long id;
    /**
     * 课包id
     */