1
dengjunjie
93 分钟以前 1e51362930c77f4c4693039a8f68101025fea7e5
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_Hty.cs
@@ -9,6 +9,10 @@
{
    public class Dt_Task_Hty : Dt_Task, IBaseHistoryEntity
    {
        public new string Creater { get; set; }
        public new DateTime CreateDate { get; set; }
        public new string Modifier { get; set; }
        public new DateTime? ModifyDate { get; set; }
        public int SourceId { get; set; }
        public string OperateType { get; set; }