From 33d81a2224ff1327f134374a80f7d9f681ba3883 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 08 一月 2024 09:56:35 +0800 Subject: [PATCH] 添加Img的sqlite操作类 --- JiangSu/Models/Img.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/JiangSu/Models/Img.cs b/JiangSu/Models/Img.cs index 16c3c03..e29ef12 100644 --- a/JiangSu/Models/Img.cs +++ b/JiangSu/Models/Img.cs @@ -17,6 +17,10 @@ public string json { set; get; } - public string geom { set; get; } + public double x { set; get; } + + public double y { set; get; } + + public double z { set; get; } } } -- Gitblit v1.9.3