10 lines
172 B
C#
Raw Permalink Normal View History

2025-03-16 03:17:36 +08:00
namespace Seyounth.Hyosung.Data.Models.Plc;
/// <summary>
/// Plc侧整垛信息
/// </summary>
public class PlcStackInfo
{
2025-03-20 19:32:49 +08:00
public string TrayCode { get; set; }
2025-03-16 03:17:36 +08:00
}