⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syfxdmcy.java

📁 struts hibernate spring
💻 JAVA
字号:
package com.syfxapp.pojo;

/**
 * SyfxDmCy entity. @author MyEclipse Persistence Tools
 */

public class SyfxDmCy implements java.io.Serializable {

	// Fields

	private String cyDm;
	private String cyMc;
	private String note;

	// Constructors

	/** default constructor */
	public SyfxDmCy() {
	}

	/** minimal constructor */
	public SyfxDmCy(String cyDm) {
		this.cyDm = cyDm;
	}

	/** full constructor */
	public SyfxDmCy(String cyDm, String cyMc, String note) {
		this.cyDm = cyDm;
		this.cyMc = cyMc;
		this.note = note;
	}

	// Property accessors

	public String getCyDm() {
		return this.cyDm;
	}

	public void setCyDm(String cyDm) {
		this.cyDm = cyDm;
	}

	public String getCyMc() {
		return this.cyMc;
	}

	public void setCyMc(String cyMc) {
		this.cyMc = cyMc;
	}

	public String getNote() {
		return this.note;
	}

	public void setNote(String note) {
		this.note = note;
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -