管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-01-17 d633d8200bacc4a05996ba367d81e1dc6e60d572
DataLoader/Model/SysMeta.cs
@@ -10,11 +10,16 @@
namespace DataLoader.Model
{
    /// <summary>
    /// 元数据
    /// </summary>
    public class SysMeta
    {
        public int id { set; get; }
        public string name { set; get; }
        public string eventid { set; get; }
        public int metaid { set; get; }
        public int dirid { set; get; }
@@ -22,21 +27,19 @@
        public int verid { set; get; }
        public string name { set; get; }
        public string type { set; get; }
        public string guid { set; get; }
        public string path { set; get; }
        public double sizes { set; get; }
        public string cs { set; get; }
        public string tab { set; get; }
        public string scale { set; get; }
        public string resolution { set; get; }
        public DateTime gather { set; get; }
        public string batch { set; get; }
        public string descr { set; get; }
        public int rows { set; get; }
        public int create_user { set; get; }
@@ -46,11 +49,9 @@
        public DateTime update_time { set; get; }
        public string bak { set; get; }
        public string geom { set; get; }
        public string tab { set; get; }
        public int rows { set; get; }
        public SysMeta() { }
    }