2023年4月21日 添加字段
This commit is contained in:
parent
4f4277599c
commit
aaefeafac1
|
@ -40,6 +40,14 @@ public class KcZhihuijiaoshi implements Serializable {
|
||||||
@Excel(name = "校区", width = 15)
|
@Excel(name = "校区", width = 15)
|
||||||
@ApiModelProperty(value = "校区")
|
@ApiModelProperty(value = "校区")
|
||||||
private java.lang.String xq;
|
private java.lang.String xq;
|
||||||
|
/**校区*/
|
||||||
|
@Excel(name = "校区", width = 15)
|
||||||
|
@ApiModelProperty(value = "教室编号")
|
||||||
|
private java.lang.String jsbh;
|
||||||
|
/**校区*/
|
||||||
|
@Excel(name = "校区", width = 15)
|
||||||
|
@ApiModelProperty(value = "教室名称")
|
||||||
|
private java.lang.String jsmc;
|
||||||
/**项目*/
|
/**项目*/
|
||||||
@Excel(name = "项目", width = 15)
|
@Excel(name = "项目", width = 15)
|
||||||
@ApiModelProperty(value = "项目")
|
@ApiModelProperty(value = "项目")
|
||||||
|
@ -56,6 +64,10 @@ public class KcZhihuijiaoshi implements Serializable {
|
||||||
@Excel(name = "密码", width = 15)
|
@Excel(name = "密码", width = 15)
|
||||||
@ApiModelProperty(value = "密码")
|
@ApiModelProperty(value = "密码")
|
||||||
private java.lang.String mima;
|
private java.lang.String mima;
|
||||||
|
/**密码*/
|
||||||
|
@Excel(name = "厂商名称", width = 15)
|
||||||
|
@ApiModelProperty(value = "厂商名称")
|
||||||
|
private java.lang.String changshang;
|
||||||
/**备注*/
|
/**备注*/
|
||||||
@Excel(name = "备注", width = 15)
|
@Excel(name = "备注", width = 15)
|
||||||
@ApiModelProperty(value = "备注")
|
@ApiModelProperty(value = "备注")
|
||||||
|
|
Loading…
Reference in New Issue