/** * 气动设计 */ package com.miniframe.generate.comm.ac; import com.miniframe.core.BaseMapModel; import java.io.Serializable; /** * 项目属性大对象查询 */ public class D_AC00009 extends BaseMapModel implements Serializable { private static final long serialVersionUID = -1463838678425832212L; String pattJson;//属性对象JSOn /** *属性对象JSOn */ public void setPattJson(String pattJson) { this.pattJson=pattJson; } /** *属性对象JSOn */ public String getPattJson() { return this.pattJson; } }