package com.matrix.system.wechart.templateMsg; /** * 模板code定义常量 * @author jyy */ public interface TemplateNameConstance { /** * 公众号预约提醒 */ Integer GZH_YYTX=10000; }