wanshenmean
2025-04-16 29f20b28392d212c04c0c40a512894f8622cfa53
CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
@@ -17,14 +17,14 @@
        /// </summary>
        [ImporterHeader(Name = "主键")]
        [ExporterHeader(DisplayName = "主键")]
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "主键")]
        public int Id { get; set; }
        /// <summary>
        /// 站台编号,唯一标识每个站台的编号
        /// </summary>
        [ImporterHeader(Name = "站台编号,唯一标识每个站台的编号")]
        [ExporterHeader(DisplayName = "站台编号,唯一标识每个站台的编号")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "站台编号,唯一标识每个站台的编号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台编号,唯一标识每个站台的编号")]
        public string PlatCode { get; set; }
        /// <summary>
@@ -32,7 +32,7 @@
        /// </summary>
        [ImporterHeader(Name = "站台名称")]
        [ExporterHeader(DisplayName = "站台名称")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "站台名称")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台名称")]
        public string PlatformName { get; set; }
        /// <summary>
@@ -40,7 +40,7 @@
        /// </summary>
        [ImporterHeader(Name = "对应堆垛机")]
        [ExporterHeader(DisplayName = "对应堆垛机")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "对应堆垛机")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "对应堆垛机")]
        public string Stacker { get; set; }
        /// <summary>
@@ -48,7 +48,7 @@
        /// </summary>
        [ImporterHeader(Name = "执行方法")]
        [ExporterHeader(DisplayName = "执行方法")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "执行方法")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "执行方法")]
        public string ExecutionMethod { get; set; }
        /// <summary>
@@ -56,7 +56,7 @@
        /// </summary>
        [ImporterHeader(Name = "站台类型")]
        [ExporterHeader(DisplayName = "站台类型")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "站台类型")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台类型")]
        public string PlatformType { get; set; }
        /// <summary>
@@ -64,8 +64,8 @@
        /// </summary>
        [ImporterHeader(Name = "对应PLC编号")]
        [ExporterHeader(DisplayName = "对应PLC编号")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "对应PLC编号")]
        public string PLCCode { get; set; }
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "对应PLC编号")]
        public string DeviceCode { get; set; }
        /// <summary>
        /// 站台位置