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;