init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.backend.webbackend.domain;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @TableName exam_paper
|
||||
*/
|
||||
@Data
|
||||
public class ExamPaper {
|
||||
private Long id;
|
||||
|
||||
private String paperName;
|
||||
|
||||
private String paperCode;
|
||||
|
||||
private String paperDesc;
|
||||
|
||||
private Integer totalScore;
|
||||
}
|
||||
Reference in New Issue
Block a user