namespace Seyounth.Hyosung.Data.Models.Plc; /// /// Plc侧整垛信息 /// public class PlcStackInfo { public long TrayCode { get; set; } }