2023年4月22日 修改课堂直播表字段
This commit is contained in:
parent
5209617ef5
commit
08580e013e
|
@ -72,4 +72,10 @@ public class KcZhihuijiaoshi implements Serializable {
|
||||||
@Excel(name = "备注", width = 15)
|
@Excel(name = "备注", width = 15)
|
||||||
@ApiModelProperty(value = "备注")
|
@ApiModelProperty(value = "备注")
|
||||||
private java.lang.String bz;
|
private java.lang.String bz;
|
||||||
|
|
||||||
|
/**是否有效 0-有效 1-无效*/
|
||||||
|
@Excel(name = "是否有效 0-有效 1-无效", width = 15)
|
||||||
|
@ApiModelProperty(value = "是否有效 0-有效 1-无效")
|
||||||
|
private java.lang.String sfyx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue