2023年4月15日 添加字典

This commit is contained in:
bai 2023-04-15 19:02:56 +08:00
parent 88f62038b7
commit 369f13505c
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ public class KcKechengbiao implements Serializable {
@ApiModelProperty(value = "授课时间")
private java.lang.String sksj;
/**上课周次*/
@Excel(name = "上课周次", width = 15)
@Excel(name = "上课周次", width = 15, dicCode = "skzc")
@Dict(dicCode = "skzc")
@ApiModelProperty(value = "上课周次")
private java.lang.String jkzc;
/**节次*/