10 lines
170 B
C#
Raw 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-19 20:55:31 +08:00
public long TrayCode { get; set; }
2025-03-16 03:17:36 +08:00
}