Esempio n. 1
0
        public bool InsertData2(List <GoodsInfo> goodInfoList, out List <string> error)
        {
            string tableName = "GoodsInfo";

            error = new List <string>();
            return(SqlHelper.ExcuteTableSql2(tableName, goodInfoList, out error));
        }