Helius
2021-01-12 1222f56d66e861692a8cd779d5f58b1566af5f63
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.matrix.system.wechart.templateMsg;
 
/**
 * 模板code定义常量
 * @author  jyy
 */
public interface TemplateNameConstance {
 
      /**
       * 公众号预约提醒
       */
      Integer GZH_YYTX=10000;
 
 
}