This commit is contained in:
wangjinlei
2024-05-23 14:41:38 +08:00
parent 01570f2985
commit b48cc27723
7 changed files with 133 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
package com.peanut.modules.common.to;
import lombok.Data;
@Data
public class EditCourseRecordDto {
private Integer type;
private Integer recordType;
private String content;
}