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

📄 cstlinkmanform.java

📁 实现用户关系管理系统
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package org.jb.y2t308.team3.web.form;

import org.apache.struts.action.ActionForm;
import org.jb.common.web.form.BaseForm;
import org.jb.y2t308.team3.entity.CstLinkman;

/** 
 * MyEclipse Struts
 * Creation date: 01-09-2009
 * 
 * XDoclet definition:
 * @struts.form name="cstLinkmanForm"
 */
public class CstLinkmanForm extends BaseForm {
	/**
	 * 
	 */
	CstLinkman item=new CstLinkman();

	/**
	 * @return the item
	 */
	public CstLinkman getItem() {
		return item;
	}

	/**
	 * @param item the item to set
	 */
	public void setItem(CstLinkman item) {
		this.item = item;
	}
	
}

⌨️ 快捷键说明

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