chr
2024-11-02 b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74
PdmSwPlugin.Common/Entity/DrawAudit/DrawAudit.cs
@@ -45,6 +45,14 @@
            set { _status = value; }
        }
        private string _statusArr;
        public string statusArr
        {
            get { return _statusArr; }
            set { _statusArr = value; }
        }
        public string d3Md5 { get; set; }
        public string d3RelativePath { get; set; }
        public string d2Md5 { get; set; }