| 12345678910111213141516171819202122232425 | 
							- /**
 
-  * 系统服务
 
-  */
 
- package com.miniframe.generate.comm.system;
 
- import com.miniframe.core.BaseMapModel;
 
- import java.io.Serializable;
 
- /**
 
-  * 报警设置查询
 
-  */
 
- public class A_D10028 extends BaseMapModel implements Serializable {
 
- 	private static final long serialVersionUID = -1463838678425832212L;
 
- 	String stype;//灾情类型
 
- 	/**
 
- 	 *灾情类型
 
- 	 */
 
- 	public void setStype(String stype) {
 
- 		this.stype=stype;
 
- 	}
 
- 	/**
 
- 	 *灾情类型
 
- 	 */
 
- 	public String getStype() {
 
- 		return this.stype;
 
- 	}
 
- }
 
 
  |