?? customersons.java
字號:
package com.mole.struts.bean;
public class CustomerSons {
String IssueTime;
String TopicId;
String WriterName;
String ContentSize;
String Content;
String SonId;
public CustomerSons() {
}
public String getIssueTime() {
return IssueTime;
}
public void setIssueTime(String issueTime) {
IssueTime = issueTime;
}
public String getTopicId() {
return TopicId;
}
public void setTopicId(String topicId) {
TopicId = topicId;
}
public String getWriterName() {
return WriterName;
}
public void setWriterName(String writerName) {
WriterName = writerName;
}
public String getContentSize() {
return ContentSize;
}
public void setContentSize(String contentSize) {
ContentSize = contentSize;
}
public String getContent() {
return Content;
}
public void setContent(String content) {
Content = content;
}
public String getSonId() {
return SonId;
}
public void setSonId(String sonId) {
SonId = sonId;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -