ticket push

This commit is contained in:
Sola
2015-12-23 02:25:32 +08:00
parent 25ae59c5e0
commit 23f98e1951
8 changed files with 123 additions and 5 deletions

View File

@@ -42,4 +42,10 @@ public class User {
private Integer room;
private Long phone;
//System Accounts
public static User OFFICIAL_CHINA_UNICOM_XH;
public static User OFFICIAL_CHINA_MOBILE_XH;
public static User OFFICIAL_CHINA_MOBILE_FX;
}