namespace Tnb.WarehouseMgr.Entities { public interface IWmsCarryEntity { string carry_id { get; set; } } }