|
namespace Luban.Job.Common
|
|
{
|
|
public static class ConstStrings
|
|
{
|
|
public const string CsList = "System.Collections.Generic.List";
|
|
public const string CsHashSet = "System.Collections.Generic.HashSet";
|
|
public const string CsHashMap = "System.Collections.Generic.Dictionary";
|
|
}
|
|
}
|