chr
2024-10-09 1f645778ae80a3a8801b8bb4d0fcf8feb244ad43
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; }