namespace YLErp.DBModels { public interface IUnderlyingBasic : IDataEntity { string UnderlyingCode { get; } } }