bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user