2023年7月20日 修改接口,增加更多字段,(评价)

This commit is contained in:
bai 2023-07-20 00:07:15 +08:00
parent ceed5f5c2d
commit ae90f8cc9b
2 changed files with 7 additions and 0 deletions

View File

@ -410,6 +410,8 @@
kt.skrq as skrq, kt.skrq as skrq,
kt.hh as jieci, kt.hh as jieci,
kt.skdd as skdd, kt.skdd as skdd,
kt.week as week,
kt.hh as hh,
xu.DWMC as tkdwmc, xu.DWMC as tkdwmc,
fen.avgscore as tkpjjg fen.avgscore as tkpjjg
from kc_evaluation a from kc_evaluation a

View File

@ -109,6 +109,11 @@ public class KcEvaluationVo implements Serializable {
@TableField(exist = false) @TableField(exist = false)
private String kcmc; private String kcmc;
@TableField(exist = false)
private String week;
@TableField(exist = false)
private String hh;
@Excel(name = "开课单位", width = 15) @Excel(name = "开课单位", width = 15)
@TableField(exist = false) @TableField(exist = false)