📄 syfxdmhy.java
字号:
package com.syfxapp.pojo;
/**
* SyfxDmHy entity. @author MyEclipse Persistence Tools
*/
public class SyfxDmHy implements java.io.Serializable {
// Fields
private String hyDm;
private String hyMc;
// Constructors
/** default constructor */
public SyfxDmHy() {
}
/** full constructor */
public SyfxDmHy(String hyDm, String hyMc) {
this.hyDm = hyDm;
this.hyMc = hyMc;
}
// Property accessors
public String getHyDm() {
return this.hyDm;
}
public void setHyDm(String hyDm) {
this.hyDm = hyDm;
}
public String getHyMc() {
return this.hyMc;
}
public void setHyMc(String hyMc) {
this.hyMc = hyMc;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -