添加项目文件。
This commit is contained in:
10
EleBox.App/Com/PhotoImage.cs
Normal file
10
EleBox.App/Com/PhotoImage.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user