This commit is contained in:
qianhao.xu 2024-11-26 10:13:32 +08:00
parent 7e5810e126
commit 48fc2e327c

View File

@ -49,5 +49,7 @@ namespace DOAN.Model.MES.group.Dto
public string UpdatedBy { get; set; }
public DateTime? UpdatedTime { get; set; }
public decimal WorkHours { get; set; }
}
}