| 1234567891011121314151617181920212223242526272829303132333435363738 | 
							- /**
 
-  * 无锡发动机
 
-  */
 
- package com.miniframe.generate.comm.es;
 
- import com.miniframe.core.BaseMapModel;
 
- import java.io.Serializable;
 
- /**
 
-  * 结果属性值查询
 
-  */
 
- public class A_ES0015 extends BaseMapModel implements Serializable {
 
- 	private static final long serialVersionUID = -1463838678425832212L;
 
- 	String pcId;//项目组件Id
 
- 	/**
 
- 	 *项目组件Id
 
- 	 */
 
- 	public void setPcId(String pcId) {
 
- 		this.pcId=pcId;
 
- 	}
 
- 	/**
 
- 	 *项目组件Id
 
- 	 */
 
- 	public String getPcId() {
 
- 		return this.pcId;
 
- 	}
 
- 	String jobId;//任务编号
 
- 	/**
 
- 	 *任务编号
 
- 	 */
 
- 	public void setJobId(String jobId) {
 
- 		this.jobId=jobId;
 
- 	}
 
- 	/**
 
- 	 *任务编号
 
- 	 */
 
- 	public String getJobId() {
 
- 		return this.jobId;
 
- 	}
 
- }
 
 
  |