派生自 projectDept/qhighschool

EricsHu
2023-06-25 bc835f7b8d4ab951999ff7a08bf62d18daa0461e
src/main/java/com/qxueyou/scc/media/model/MediaVideoStatistic.java
@@ -24,14 +24,14 @@
    */
   private static final long serialVersionUID = 1L;
   /**  主键 */
   /**  主键 */
   @Id
   @GeneratedValue(generator = "hibernate-uuid")
   @GenericGenerator(name = "hibernate-uuid", strategy = "uuid")
   @Column(name="VIDEO_STATISTIC_ID", unique=true, nullable=false, length=32)
   private String videoStatisticId;
   
   /**上次播放的位置*/
   /**上次播放的位置*/
   @Column(name="VIDEO_LAST_TIME")
   private Integer videoLastTime ;