序列化调整中

This commit is contained in:
艾竹
2023-01-24 23:10:57 +08:00
parent 66d3a6685b
commit a5005ac083
47 changed files with 387 additions and 333 deletions

View File

@@ -22,7 +22,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Models
}
[XmlAttribute]
public string ObjectJson
public string SerializableString
{
get; set;
}