Commit 746b1f9ea219bb3c768395760e396089a6e79b24

Authored by liquanyu
1 parent 3a2d16b843

code update

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SmsTimeTypeEnums.java View file @ 746b1f9
... ... @@ -2,7 +2,7 @@
2 2  
3 3 public enum SmsTimeTypeEnums {
4 4  
5   - ONTIME(1, "及时短信"), NO_ONTIME(2, "非及时短信"), ;
  5 + ONTIME(1, "及时"), NO_ONTIME(2, "非及时"), ;
6 6  
7 7 private SmsTimeTypeEnums(int id, String title) {
8 8 this.id = id;