This commit is contained in:
yang.lee
2023-12-15 10:00:19 +08:00
parent 2f92764cbe
commit 6ce793ea5c
2 changed files with 4 additions and 22 deletions

View File

@@ -10,5 +10,9 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Queries
{
public string taskCode { get; set; }
public string endlocation_id { get; set; }
public string startlocation_id { get; set; }
public string sourceName { get; set; }
}
}