package org.entity;
/**
* 文件
* @说明
* @author fei.teng
* @version 1.0
* @since
*/
public class Note {
/**
* 主键
*/
private int id;
/**
* 标题
*/
private String title;
/**
* 内容
*/
private String context;
/**
* 密码
*/
private String newpass;
/**
* 创建时间
*/
private String create_time;
/**
* 所属用户
*/
private int userid;
/**
* 加密方式
*/
private int encode_type;
private Users user;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getContext() {
return context;
}
public void setContext(String context) {
this.context = context;
}
public String getNewpass() {
return newpass;
}
public void setNewpass(String newpass) {
this.newpass = newpass;
}
public String getCreate_time() {
return create_time;
}
public void setCreate_time(String create_time) {
this.create_time = create_time;
}
public int getUserid() {
return userid;
}
public void setUserid(int userid) {
this.userid = userid;
}
public int getEncode_type() {
return encode_type;
}
public void setEncode_type(int encode_type) {
this.encode_type = encode_type;
}
public Users getUser() {
return user;
}
public void setUser(Users user) {
this.user = user;
}
}
最近下载更多
微信网友_6906962132258816 LV7
2024年5月15日
except I LV2
2023年11月5日
yymmdm LV6
2022年8月10日
微信网友_5855482984206336 LV1
2022年3月3日
llyytt LV1
2021年11月22日
阿基诺 LV1
2021年11月22日
rain112 LV31
2021年5月17日
2ujkook LV1
2021年3月19日
尹恒yingying LV18
2021年3月17日
lili-yu LV1
2021年3月10日
最近浏览更多
微信网友_6906962132258816 LV7
2024年5月15日
微信网友_6761206459944960
2024年1月5日
暂无贡献等级
WBelong LV8
2023年12月19日
uni-code_0123 LV1
2023年11月29日
except I LV2
2023年11月5日
asadda LV2
2023年6月27日
1358849392 LV21
2023年5月31日
139465 LV12
2023年3月29日
pfilwy LV1
2023年2月18日
wwfl02 LV3
2022年12月16日

