2023年4月20日 变更
This commit is contained in:
parent
4aefea4bf7
commit
bf910e45dc
|
@ -99,6 +99,9 @@ public class KcKetangbiao implements Serializable {
|
|||
@Dict(dicCode = "kcxz")
|
||||
@ApiModelProperty(value = "课程性质")
|
||||
private java.lang.String kcxz;
|
||||
/**教室编号*/
|
||||
@Excel(name = "教室编号", width = 15)
|
||||
private String jsbh;
|
||||
/**上课地点*/
|
||||
@Excel(name = "上课地点", width = 15)
|
||||
@ApiModelProperty(value = "上课地点")
|
||||
|
|
Loading…
Reference in New Issue