boradinfomation.java
来自「移动彩信管理平台」· Java 代码 · 共 62 行
JAVA
62 行
package com.my7g.zj.mobile.mms.bean;
import java.io.Serializable;
public class BoradInfomation implements Serializable {
private int id;
private String cpName;
private String sortName;
private String title;
private int total;
private int ordeyId;
public int getOrdeyId() {
return ordeyId;
}
public void setOrdeyId(int ordeyId) {
this.ordeyId = ordeyId;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getCpName() {
return cpName;
}
public void setCpName(String cpName) {
this.cpName = cpName;
}
public String getSortName() {
return sortName;
}
public void setSortName(String sortName) {
this.sortName = sortName;
}
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public int getTotal() {
return total;
}
public void setTotal(int total) {
this.total = total;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?