新增页面
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package lingtao.net.bean;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class TipContent {
|
||||
private Integer id;
|
||||
|
||||
private int type;
|
||||
|
||||
private String content;
|
||||
|
||||
private String createBy;
|
||||
|
||||
private Date createDate;
|
||||
|
||||
private String updateBy;
|
||||
|
||||
private Date updateDate;
|
||||
|
||||
private String title;
|
||||
/**
|
||||
* 附件
|
||||
*/
|
||||
private String attachment;
|
||||
}
|
||||
Reference in New Issue
Block a user