namespace Tnb.WarehouseMgr.Entities { public interface IWmsRoadEntity { string startpoint_id { get; set; } string endpoint_id { get; set; } } }