public bool Updata(Aisino.Fwkp.Hzfp.Model.HZFP_SQD_MX model) { this.dict.Clear(); this.dict.Add("SQDH", model.SQDH); this.dict.Add("MXXH", model.MXXH); this.dict.Add("JE", model.JE); this.dict.Add("SLV", model.SLV); this.dict.Add("SE", model.SE); this.dict.Add("SPMC", model.SPMC); this.dict.Add("SPSM", model.SPSM); this.dict.Add("GGXH", model.GGXH); this.dict.Add("JLDW", model.JLDW); this.dict.Add("SL", model.SL); this.dict.Add("DJ", model.DJ); this.dict.Add("HSJBZ", model.HSJBZ); this.dict.Add("FPHXZ", model.FPHXZ); this.dict.Add("FLBM", model.FLBM); this.dict.Add("QYSPBM", model.QYSPBM); this.dict.Add("SFXSYHZC", model.SFXSYHZC); this.dict.Add("YHZCMC", model.YHZCMC); this.dict.Add("LSLBS", model.LSLBS); if (this.baseDao.未确认DAO方法2_疑似updateSQL("aisino.Fwkp.Hzfp.UpdateSQDMX", this.dict) <= 0) { return(false); } return(true); }
public bool Updata(Aisino.Fwkp.Hzfp.Model.HZFP_SQD_MX model) { return(this.dal.Updata(model)); }