Helius
2021-01-11 854d9d55a86b7076abc4f526e90001bd806d324c
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;
 
 
}