2023年7月20日 修改接口,增加更多字段,(评价)
This commit is contained in:
parent
ceed5f5c2d
commit
ae90f8cc9b
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue