@TableName(value="sys_notice") public class Notice extends com.baomidou.mybatisplus.activerecord.Model<Notice>
Constructor and Description |
---|
Notice() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Integer |
getCreater() |
Date |
getCreatetime() |
Integer |
getId() |
String |
getTitle() |
Integer |
getType() |
protected Serializable |
pkVal() |
void |
setContent(String content) |
void |
setCreater(Integer creater) |
void |
setCreatetime(Date createtime) |
void |
setId(Integer id) |
void |
setTitle(String title) |
void |
setType(Integer type) |
String |
toString() |
delete, delete, deleteById, deleteById, insert, insertAllColumn, insertOrUpdate, selectAll, selectById, selectById, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectPage, selectPage, sql, sqlSession, sqlStatement, sqlStatement, update, update, updateAllColumnById, updateById
public Integer getId()
public void setId(Integer id)
public String getTitle()
public void setTitle(String title)
public Integer getType()
public void setType(Integer type)
public String getContent()
public void setContent(String content)
public Date getCreatetime()
public void setCreatetime(Date createtime)
public Integer getCreater()
public void setCreater(Integer creater)
protected Serializable pkVal()
pkVal
in class com.baomidou.mybatisplus.activerecord.Model<Notice>
Copyright © 2018. All rights reserved.