20 lines
465 B
C#
20 lines
465 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace MyCode.Project.Infrastructure.Constant
|
|
{
|
|
/// <summary>
|
|
/// </summary>
|
|
public class BfyConst
|
|
{
|
|
|
|
/// <summary>
|
|
/// 专供后端内部访问MYSQL报表的API的识别KEY
|
|
/// </summary>
|
|
public static Guid LxmZHMDReportKey =Guid.Parse( "f1560344-d804-40bd-a7e9-08861656cfc7");
|
|
}
|
|
}
|