popedom.java
来自「企业级新闻系统。很好用的」· Java 代码 · 共 23 行
JAVA
23 行
package com.xh369.dto;
import java.io.Serializable;
public class Popedom implements Serializable{
private Integer id;
private String popedom;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getPopedom() {
return popedom;
}
public void setPopedom(String popedom) {
this.popedom = popedom;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?