chr
2024-09-04 d7be195b0e1949c7b38bce2ad83ae974cbfac094
PdmSwPlugin.Common/Entity/DrawAudit/DrawAudit.cs
@@ -107,6 +107,7 @@
        }
        public byte[] commentBlob { get; set; }
        public byte[] base64Data { get; set; }
        private ObservableCollection<DrawAudit> _children;
@@ -159,5 +160,12 @@
            get => _mass;
            set => RaiseAndSetIfChanged(ref _mass, value);
        }
        private bool _isOpening = false;
        public bool IsOpening
        {
            get => _isOpening;
            set => RaiseAndSetIfChanged(ref _isOpening, value);
        }
    }
}