/** * 系统服务 */ package com.miniframe.generate.comm.mdo; import com.miniframe.core.BaseMapModel; import java.io.Serializable; /** * MatchFuc参数添加修改 */ public class D_MDO0064 extends BaseMapModel implements Serializable { private static final long serialVersionUID = -1463838678425832212L; String mfcid;//MatchFuc参数ID /** *MatchFuc参数ID */ public void setMfcid(String mfcid) { this.mfcid=mfcid; } /** *MatchFuc参数ID */ public String getMfcid() { return this.mfcid; } }