17 lines
397 B
C#
17 lines
397 B
C#
namespace dy.net.utils
|
|
{
|
|
public class SystemStaticUtil
|
|
{
|
|
//public static string DOWN_IMAGE_VIDEO_ENABLE="DOWN_IMGVIDEO";
|
|
|
|
public static string ASPNETCORE_URLS = "ASPNETCORE_URLS";
|
|
|
|
|
|
public static string DY_FOLLOWEDS = "dy_followeds";
|
|
public static string DY_COLLECTS = "dy_collects";
|
|
public static string DY_FAVORITES = "dy_favorites";
|
|
|
|
|
|
}
|
|
}
|