dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'api' of https://gitee.com/jyyforjava/zq-erp into api
Helius
2021-01-16
8e71e461fc119c7863e155e08f803087f1e2a808
[~jiangyouyao/beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
wechart
/
templateMsg
/
TemplateNameConstance.java
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;
}