chr
2024-08-12 e9d7a5ef4c17e4804fb988dd193ff7d1fa36d52b
PdmSwPlugin.Common/Entity/DrawAudit/DrawAudit.cs
@@ -73,6 +73,14 @@
            set => RaiseAndSetIfChanged(ref _comment, value);
        }
        private string _updateTime;
        public string updateTime
        {
            get { return _updateTime; }
            set => RaiseAndSetIfChanged(ref _updateTime, value);
        }
        public byte[] commentBlob { get; set; }
        private ObservableCollection<DrawAudit> _children;