添加项目文件。

This commit is contained in:
2025-06-03 17:27:51 +08:00
parent 86e545c80b
commit 37b95aead5
148 changed files with 16891 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using System.Drawing;
namespace DynStatDisk.App.Com
{
public class PhotoImage
{
public string MachineModel { get; set; }
public Image ImageInfo { get; set; }
}
}