修改综合评价达标量功能
This commit is contained in:
@@ -73,12 +73,12 @@ public class TeacherEvaluationStatus extends BaseEntity {
|
|||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String isScoreImported;
|
private String isScoreImported;
|
||||||
|
|
||||||
/** 备注 */
|
// /** 备注 */
|
||||||
@Excel(name = "备注")
|
// @Excel(name = "备注")
|
||||||
private String remarks;
|
private String remarks;
|
||||||
|
|
||||||
/** 最后更新时间 */
|
/** 最后更新时间 */
|
||||||
@Excel(name = "最后更新时间")
|
// @Excel(name = "最后更新时间")
|
||||||
private String lastUpdateTime;
|
private String lastUpdateTime;
|
||||||
|
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
|
|||||||
Reference in New Issue
Block a user