Files
SCRGroupLineDynStatDisk/EleBox.App/Com/PhotoImage.cs
2025-06-03 17:27:51 +08:00

11 lines
194 B
C#

using System.Drawing;
namespace DynStatDisk.App.Com
{
public class PhotoImage
{
public string MachineModel { get; set; }
public Image ImageInfo { get; set; }
}
}