mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
增加课时观看进度记录
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package xyz.playedu.api.request.frontend;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author 杭州白书科技有限公司
|
||||
* @create 2023/3/20 17:12
|
||||
*/
|
||||
@Data
|
||||
public class CourseHourRecordRequest {
|
||||
@NotNull(message = "duration参数不存在")
|
||||
private Integer duration;
|
||||
}
|
||||
Reference in New Issue
Block a user