This website works better with JavaScript
Home
Explore
Help
Sign In
yonge
/
edu-saas
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
add08b0961
Branches
Tags
master
online1
zouxuan
edu-saas
/
edu-thirdparty
/
src
/
main
/
java
/
com
/
keao
/
edu
/
thirdparty
/
message
/
SendMode.java
SendMode.java
87 B
History
Raw
1
2
3
4
5
6
package com.keao.edu.thirdparty.message;
public enum SendMode {
PUSH, EMAIL, SMS;
}