mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03: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")
|
@Column(name = "case_value")
|
||||||
private String caseValue;
|
private String caseValue;
|
||||||
|
|
||||||
/**
|
|
||||||
* 是否属于优秀案例
|
|
||||||
* */
|
|
||||||
@Column(name = "excellent")
|
|
||||||
private Boolean excellent;
|
|
||||||
|
|
||||||
@Transient
|
@Transient
|
||||||
private List<String> majorIds;
|
private List<String> majorIds;
|
||||||
|
|||||||
@@ -78,11 +78,6 @@ public class ExamPaper extends BaseEntity {
|
|||||||
@Column(name = "counts")
|
@Column(name = "counts")
|
||||||
private Integer counts;
|
private Integer counts;
|
||||||
|
|
||||||
/**
|
|
||||||
* 图片
|
|
||||||
* */
|
|
||||||
@Column(name = "images")
|
|
||||||
private String images;
|
|
||||||
|
|
||||||
public ExamPaper(String testName, String paperType, Integer paperMode, String resOwner1,
|
public ExamPaper(String testName, String paperType, Integer paperMode, String resOwner1,
|
||||||
String resOwner2, String resOwner3,String sysCreateBy,LocalDateTime sysUpdateTime,String id,Integer counts) {
|
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")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private LocalDateTime deadlineTime;
|
private LocalDateTime deadlineTime;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 图片
|
|
||||||
* */
|
|
||||||
@Column(name = "images")
|
|
||||||
private String images;
|
|
||||||
|
|
||||||
@Transient
|
@Transient
|
||||||
private String paperName;
|
private String paperName;
|
||||||
|
|||||||
Reference in New Issue
Block a user