wankeda
5 小时以前 6cc35000a6e138cfad96e7b02f8aeddcdb4ba6bf
代码管理/NEWCode/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/DtCZTask.cs
@@ -37,7 +37,7 @@
        public string TaskStatus { get; set; }
        /// <summary>
        /// 浠诲姟鎻忚堪
        ///
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true)]
        public string TaskDesc { get; set; }
@@ -107,5 +107,11 @@
        /// </summary>
        [SugarColumn( IsNullable = true)]
        public int TaskFJFinishNumber { get; set; }
        /// <summary>
        /// 浠诲姟璇︽儏(json鏍煎紡,瀛樺偍浠诲姟鐨勮缁嗕俊鎭疊arcode)
        /// </summary>
        [SugarColumn(IsNullable = true)]
        public string DtCZTaskDetails { get; set; }
    }
}