/// <summary> /// 增加一条数据 /// </summary> public bool Add(Mod_TRC_ROLL_PRODCUT model) { return(dal.Add(model)); }