9 lines
319 B
C#
9 lines
319 B
C#
namespace MesETL.App.Cache;
|
|
|
|
#nullable disable
|
|
public static class CacheKeys
|
|
{
|
|
public static Func<string, string> Order_OrderNo_CompanyID { get; set; }
|
|
public static Func<string, string> OrderBlockPlan_ID_CompanyID { get; set; }
|
|
public static Func<string, string> OrderProcess_ID_ShardKey { get; set; }
|
|
} |