* Type fixes
This commit is contained in:
@@ -35,7 +35,7 @@ namespace SytelineSaAppEfDataModel.Dtos
|
||||
public string UpdatedBy { get; set; }
|
||||
public DateTime CreateDate { get; set; }
|
||||
public byte InWorkflow { get; set; }
|
||||
public string BoxType { get; set; }
|
||||
public string? BoxType { get; set; }
|
||||
public string? Address { get; set; }
|
||||
public string? FinalDestination { get; set; }
|
||||
public int? QtyPerBox { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user