2023年4月15日 添加字典
This commit is contained in:
parent
88f62038b7
commit
369f13505c
|
@ -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;
|
||||
/**节次*/
|
||||
|
|
Loading…
Reference in New Issue