updates
This commit is contained in:
parent
0df7fcb3c4
commit
850caa7547
|
|
@ -133,33 +133,6 @@ public class YxSchoolMajor implements Serializable {
|
|||
@ApiModelProperty(value = "院校限制")
|
||||
private String limitation;
|
||||
|
||||
/**
|
||||
* 文化分限制
|
||||
*/
|
||||
@ApiModelProperty(value = "文化成绩限制")
|
||||
@Excel(name = "文化成绩限制", width = 15)
|
||||
private BigDecimal culturalScoreLimitation;
|
||||
|
||||
/**
|
||||
* 专业分限制
|
||||
*/
|
||||
@ApiModelProperty(value = "专业成绩限制")
|
||||
@Excel(name = "专业成绩限制", width = 15)
|
||||
private BigDecimal professionalScoreLimitation;
|
||||
|
||||
/**
|
||||
* 语文分限制
|
||||
*/
|
||||
@ApiModelProperty(value = "语文成绩限制")
|
||||
@Excel(name = "语文成绩限制", width = 15)
|
||||
private BigDecimal chineseScoreLimitation;
|
||||
|
||||
/**
|
||||
* 外语成绩限制
|
||||
*/
|
||||
@ApiModelProperty(value = "外语成绩限制")
|
||||
@Excel(name = "外语成绩限制", width = 15)
|
||||
private BigDecimal englishScoreLimitation;
|
||||
|
||||
/**
|
||||
* 考试类型(统考/校考)
|
||||
|
|
@ -188,4 +161,32 @@ public class YxSchoolMajor implements Serializable {
|
|||
@Excel(name = "内部录取方式运算符", width = 15)
|
||||
@ApiModelProperty(value = "内部录取方式运算符")
|
||||
private String privateProbabilityOperator;
|
||||
|
||||
/**
|
||||
* 文化分限制
|
||||
*/
|
||||
@ApiModelProperty(value = "文化成绩限制")
|
||||
@Excel(name = "文化成绩限制", width = 15)
|
||||
private BigDecimal culturalScoreLimitation;
|
||||
|
||||
/**
|
||||
* 专业分限制
|
||||
*/
|
||||
@ApiModelProperty(value = "专业成绩限制")
|
||||
@Excel(name = "专业成绩限制", width = 15)
|
||||
private BigDecimal professionalScoreLimitation;
|
||||
|
||||
/**
|
||||
* 语文分限制
|
||||
*/
|
||||
@ApiModelProperty(value = "语文成绩限制")
|
||||
@Excel(name = "语文成绩限制", width = 15)
|
||||
private BigDecimal chineseScoreLimitation;
|
||||
|
||||
/**
|
||||
* 外语成绩限制
|
||||
*/
|
||||
@ApiModelProperty(value = "外语成绩限制")
|
||||
@Excel(name = "外语成绩限制", width = 15)
|
||||
private BigDecimal englishScoreLimitation;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue