2023年10月18日 修复智慧教室报错的问题
This commit is contained in:
parent
f3d8b7f43e
commit
5e1071698f
|
@ -71,12 +71,20 @@ public class KcZhihuijiaoshi implements Serializable {
|
|||
@Excel(name = "校区", width = 15)
|
||||
@ApiModelProperty(value = "校区")
|
||||
private java.lang.String xq;
|
||||
/**校区*/
|
||||
@Excel(name = "校区", width = 15)
|
||||
/**教学楼ID*/
|
||||
@Excel(name = "教学楼ID", width = 15)
|
||||
@ApiModelProperty(value = "教学楼ID")
|
||||
private java.lang.String jxlId;
|
||||
/**教学楼名称*/
|
||||
@Excel(name = "教学楼名称", width = 15)
|
||||
@ApiModelProperty(value = "教学楼名称")
|
||||
private java.lang.String jxlName;
|
||||
/**教室编号*/
|
||||
@Excel(name = "教室编号", width = 15)
|
||||
@ApiModelProperty(value = "教室编号")
|
||||
private java.lang.String jsbh;
|
||||
/**校区*/
|
||||
@Excel(name = "校区", width = 15)
|
||||
/**教室名称*/
|
||||
@Excel(name = "教室名称", width = 15)
|
||||
@ApiModelProperty(value = "教室名称")
|
||||
private java.lang.String jsmc;
|
||||
/**项目*/
|
||||
|
|
Loading…
Reference in New Issue