车间新增BUG

This commit is contained in:
quowingwang 2026-01-10 10:21:23 +08:00
parent 7c0ff2ed00
commit 00108081e7

View File

@ -31,15 +31,15 @@ namespace MDM.Model.Plant.Dto
public string WorkshopName { get; set; }
public string Description { get; set; }
public string? Description { get; set; }
public int? Status { get; set; }
public string CreatedBy { get; set; }
public string? CreatedBy { get; set; }
public DateTime? CreatedTime { get; set; }
public string UpdatedBy { get; set; }
public string? UpdatedBy { get; set; }
public DateTime? UpdatedTime { get; set; }