kazelee
2025-05-16 6abc355aeb4e6f7960c11795dbbcc26396b0c888
Models/TN_Task.cs
@@ -38,12 +38,19 @@
        /// </summary>
        public string S_END_LOC { get; set; }
    
        /// <summary>
        /// 开始时间
        /// </summary>
        public DateTime? T_START_TIME { get; set; }
        /// <summary>
        /// 完成时间
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public DateTime? T_END_TIME { get; set; }
        /// <summary>
        /// AGV 车号
        /// AGV 车号
        /// </summary>
        public string S_EQ_NO { get; set; }