8 lines
135 B
C#
8 lines
135 B
C#
namespace YLErp.DBModels
|
|
{
|
|
public interface IUnderlyingBasic : IDataEntity
|
|
{
|
|
string UnderlyingCode { get; }
|
|
}
|
|
}
|