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