namespace Tnb.WarehouseMgr.Entities.Entity { public interface ITaskManagerDel { string startlocation_id { get; set; } string endlocation_id { get; set; } string carry_id { get; set; } string area_code { get; set; } } }