Commit ed852a8eed3182a8a39a06064cf881ac462d4a16
1 parent
1a2d381a36
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 16 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/PreEugenicsBaseModel.java
View file @
ed852a8
... | ... | @@ -401,6 +401,22 @@ |
401 | 401 | private String husbandBlNum; |
402 | 402 | |
403 | 403 | |
404 | + /** | |
405 | + * 妻子签名 | |
406 | + */ | |
407 | + private String wifeSign; | |
408 | + | |
409 | + /** | |
410 | + * 丈夫签名 | |
411 | + */ | |
412 | + private String husbandSign; | |
413 | + | |
414 | + | |
415 | + /** | |
416 | + * 丈夫签名 | |
417 | + */ | |
418 | + private String doctorSign; | |
419 | + | |
404 | 420 | |
405 | 421 | public static long getSerialVersionUID() { |
406 | 422 | return serialVersionUID; |