CMSBuilderConstant.cs 259 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. namespace CZFW.CMS.Builder
  6. {
  7. public class CMSBuilderConstant
  8. {
  9. public static readonly string TPLNAME_SESSION_NAME = "CurrentTplName";
  10. }
  11. }