public bool UpdateByID(M_MoneyManage model) { return(Sql.UpdateByIDs(TbName, PK, model.Flow.ToString(), BLLCommon.GetFieldAndPara(model), model.GetParameters())); }
public int insert(M_MoneyManage model) { return(Sql.insertID(TbName, model.GetParameters(), BLLCommon.GetParas(model), BLLCommon.GetFields(model))); }