jyy
2021-01-16 de589b98ff007afdcec9d6cef5d1a2b168031b98
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;
 
 
}