This commit is contained in:
2025-04-28 09:11:39 +08:00
23 changed files with 1497 additions and 121 deletions
+8
View File
@@ -32,6 +32,14 @@ namespace BLL
wordDoc = new Document(path);
}
public Document Document
{
get
{
return wordDoc;
}
}
/// <summary>
/// 添加图片
/// </summary>