mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/baseservers into stat
This commit is contained in:
@@ -223,11 +223,7 @@ public class Cases extends BaseEntity {
|
||||
@Column(name = "case_value")
|
||||
private String caseValue;
|
||||
|
||||
/**
|
||||
* 是否属于优秀案例
|
||||
* */
|
||||
@Column(name = "excellent")
|
||||
private Boolean excellent;
|
||||
|
||||
|
||||
@Transient
|
||||
private List<String> majorIds;
|
||||
|
||||
@@ -78,11 +78,6 @@ public class ExamPaper extends BaseEntity {
|
||||
@Column(name = "counts")
|
||||
private Integer counts;
|
||||
|
||||
/**
|
||||
* 图片
|
||||
* */
|
||||
@Column(name = "images")
|
||||
private String images;
|
||||
|
||||
public ExamPaper(String testName, String paperType, Integer paperMode, String resOwner1,
|
||||
String resOwner2, String resOwner3,String sysCreateBy,LocalDateTime sysUpdateTime,String id,Integer counts) {
|
||||
|
||||
@@ -157,12 +157,6 @@ public class ExamTest extends BaseEntity {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private LocalDateTime deadlineTime;
|
||||
|
||||
|
||||
/**
|
||||
* 图片
|
||||
* */
|
||||
@Column(name = "images")
|
||||
private String images;
|
||||
|
||||
@Transient
|
||||
private String paperName;
|
||||
|
||||
Reference in New Issue
Block a user