Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -2,7 +2,7 @@ package com.fedex.connect.common.dependencies.enums.sys; | ... | @@ -2,7 +2,7 @@ package com.fedex.connect.common.dependencies.enums.sys; |
| 2 | 2 | ||
| 3 | public enum UserTypeEnum { | 3 | public enum UserTypeEnum { |
| 4 | LOCAL("userType_01","LOCAL","本地账号"), | 4 | LOCAL("userType_01","LOCAL","本地账号"), |
| 5 | - FCL("userType_02","FCL account number","FCL账号"); | 5 | + FCL("userType_02","fedex.com User Account","FCL账号"); |
| 6 | 6 | ||
| 7 | private String code; | 7 | private String code; |
| 8 | private String enMsg; | 8 | private String enMsg; | ... | ... |
-
Please register or login to post a comment