Commit 9737bd82b0b431188f6db71d6e782955a204b654
1 parent
d9b0e5c339
Exists in
master
and in
6 other branches
秦皇岛就诊卡密码
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
9737bd8
... | ... | @@ -59,6 +59,7 @@ |
59 | 59 | import javax.validation.Valid; |
60 | 60 | import java.io.File; |
61 | 61 | import java.io.IOException; |
62 | +import java.io.Serializable; | |
62 | 63 | import java.util.*; |
63 | 64 | import java.util.regex.Pattern; |
64 | 65 | |
... | ... | @@ -3572,7 +3573,7 @@ |
3572 | 3573 | } |
3573 | 3574 | |
3574 | 3575 | |
3575 | - class Pwd{ | |
3576 | + class Pwd implements Serializable { | |
3576 | 3577 | public Pwd(){ |
3577 | 3578 | |
3578 | 3579 | } |