Zhang-Hong-Lin
2025-03-07 da5888050b3c40b3bfaaa27a5c86a73e8ae0d7ae
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -102,7 +102,7 @@
        public string CurrentAddress { get; set; }
        /// <summary>
        /// ä¸‹ä¸€åœ°å€
        /// ä¸‹ä¸€åœ°å€  ç”¨æ¥ä¿å­˜ç›¸é‚»çš„货位信息
        /// </summary>
        [ImporterHeader(Name = "下一地址")]
        [ExporterHeader(DisplayName = "下一地址")]
@@ -146,7 +146,7 @@
        /// </summary>
        [ImporterHeader(Name = "备注")]
        [ExporterHeader(DisplayName = "备注")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")]
        public string Remark { get; set; }
        [SugarColumn(IsNullable = true,  ColumnDescription = "备注")]
        public int Remark { get; set; }
    }
}