从山证v2.3.0拷贝
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
namespace YLErp.Modules.DataCacheModule
|
||||
{
|
||||
public static partial class DataCacheManager
|
||||
{
|
||||
/// <summary>
|
||||
/// 标的关联性
|
||||
/// </summary>
|
||||
class CorrelationDataSource : GenericeCachedDataSource<CorrelationTable>
|
||||
{
|
||||
public CorrelationDataSource()
|
||||
{
|
||||
Filter = a => a.State == valuedate.当前使用;
|
||||
}
|
||||
|
||||
public override string TableName => nameof(CorrelationTable);
|
||||
|
||||
//---------------------------------------------
|
||||
|
||||
public static readonly CorrelationDataSource Default;
|
||||
|
||||
static CorrelationDataSource()
|
||||
{
|
||||
Default = new CorrelationDataSource();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user