10 lines
213 B
C#
10 lines
213 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";
|
|
}
|
|
}
|