2023年4月22日 修改课堂直播表字段

This commit is contained in:
bai 2023-04-22 15:16:38 +08:00
parent 5209617ef5
commit 08580e013e
1 changed files with 6 additions and 0 deletions

View File

@ -72,4 +72,10 @@ public class KcZhihuijiaoshi implements Serializable {
@Excel(name = "备注", width = 15)
@ApiModelProperty(value = "备注")
private java.lang.String bz;
/**是否有效 0-有效 1-无效*/
@Excel(name = "是否有效 0-有效 1-无效", width = 15)
@ApiModelProperty(value = "是否有效 0-有效 1-无效")
private java.lang.String sfyx;
}