车间新增BUG
This commit is contained in:
parent
7c0ff2ed00
commit
00108081e7
@ -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; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user