| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | 
							- /**
 
-  * 系统服务
 
-  */
 
- package com.miniframe.generate.comm.mdo;
 
- import com.miniframe.core.BaseMapModel;
 
- import java.io.Serializable;
 
- /**
 
-  * python添加修改
 
-  */
 
- public class A_MDO0037 extends BaseMapModel implements Serializable {
 
- 	private static final long serialVersionUID = -1463838678425832212L;
 
- 	String pid;//项目ID
 
- 	/**
 
- 	 *项目ID
 
- 	 */
 
- 	public void setPid(String pid) {
 
- 		this.pid=pid;
 
- 	}
 
- 	/**
 
- 	 *项目ID
 
- 	 */
 
- 	public String getPid() {
 
- 		return this.pid;
 
- 	}
 
- 	String python;//代码
 
- 	/**
 
- 	 *代码
 
- 	 */
 
- 	public void setPython(String python) {
 
- 		this.python=python;
 
- 	}
 
- 	/**
 
- 	 *代码
 
- 	 */
 
- 	public String getPython() {
 
- 		return this.python;
 
- 	}
 
- 	String wid;//流程id
 
- 	/**
 
- 	 *流程id
 
- 	 */
 
- 	public void setWid(String wid) {
 
- 		this.wid=wid;
 
- 	}
 
- 	/**
 
- 	 *流程id
 
- 	 */
 
- 	public String getWid() {
 
- 		return this.wid;
 
- 	}
 
- }
 
 
  |