管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-01-11 e47a565b1e34370cd9402b88fc64cdde9ad4a019
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();";