管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-25 85b05ad7bc5ba6d7755957e4c6b1ba10c031c23b
JiangSu/cs/ImgDAL.cs
@@ -54,6 +54,11 @@
            return SQLiteHelper.ExecuteNonQuery(sql);
        }
        public static int DelAll()
        {
            return SQLiteHelper.ExecuteNonQuery("delete from img");
        }
        public static int Insert(Img img)
        {
            string sql = "insert into img (name, path, json, x, y, z) values (@name, @path, @json, @x, @y, @z); select last_insert_rowid();";