Commit 66dfb7aac5a3d9917cf648b4f5299be9c899d130
1 parent
5ab6c46364
Exists in
master
and in
6 other branches
两癌筛查
Showing 1 changed file with 114 additions and 114 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/CancerScreeningModel.java
View file @
66dfb7a
... | ... | @@ -67,79 +67,79 @@ |
67 | 67 | //哺乳史 |
68 | 68 | private String ycFrs; |
69 | 69 | //是否接受过乳腺癌检査 |
70 | - private Map<String,String> ycRxajc; | |
70 | + private Map<String,Object> ycRxajc; | |
71 | 71 | //既往史 |
72 | 72 | //乳腺手术或活检史 |
73 | - private Map<String,String> jwsRxss; | |
73 | + private Map<String,Object> jwsRxss; | |
74 | 74 | //激素替代治疗史 |
75 | - private Map<String,String> jwsJstd; | |
75 | + private Map<String,Object> jwsJstd; | |
76 | 76 | //家族史病史 |
77 | 77 | //乳腺癌 |
78 | - private Map<String,String> jzsRxa; | |
78 | + private Map<String,Object> jzsRxa; | |
79 | 79 | //卵巢癌 |
80 | - private Map<String,String> jzsLca; | |
80 | + private Map<String,Object> jzsLca; | |
81 | 81 | //(二)乳腺临床检査 |
82 | 82 | //皮肤左 |
83 | - private Map<String,String> rxlPfz; | |
83 | + private Map<String,Object> rxlPfz; | |
84 | 84 | //皮肤右 |
85 | - private Map<String,String> rxlPfy; | |
85 | + private Map<String,Object> rxlPfy; | |
86 | 86 | //乳头左 |
87 | - private Map<String,String> rxlRtz; | |
87 | + private Map<String,Object> rxlRtz; | |
88 | 88 | //乳头右 |
89 | - private Map<String,String> rxlRty; | |
89 | + private Map<String,Object> rxlRty; | |
90 | 90 | //溢液左 |
91 | - private Map<String,String> rxlYyz; | |
91 | + private Map<String,Object> rxlYyz; | |
92 | 92 | //溢液右 |
93 | - private Map<String,String> rxlYyy; | |
93 | + private Map<String,Object> rxlYyy; | |
94 | 94 | //肿块左 |
95 | - private Map<String,String> rxlZkz; | |
95 | + private Map<String,Object> rxlZkz; | |
96 | 96 | //肿块右 |
97 | - private Map<String,String> rxlZky; | |
97 | + private Map<String,Object> rxlZky; | |
98 | 98 | //大小左 |
99 | - private Map<String,String> rxlDxz; | |
99 | + private Map<String,Object> rxlDxz; | |
100 | 100 | //大小右 |
101 | - private Map<String,String> rxlDxy; | |
101 | + private Map<String,Object> rxlDxy; | |
102 | 102 | //形状左 |
103 | - private Map<String,String> rxlXzz; | |
103 | + private Map<String,Object> rxlXzz; | |
104 | 104 | //形状右 |
105 | - private Map<String,String> rxlXzy; | |
105 | + private Map<String,Object> rxlXzy; | |
106 | 106 | //硬度左 |
107 | - private Map<String,String> rxlYdz; | |
107 | + private Map<String,Object> rxlYdz; | |
108 | 108 | //硬度右 |
109 | - private Map<String,String> rxlYdy; | |
109 | + private Map<String,Object> rxlYdy; | |
110 | 110 | //边缘左 |
111 | - private Map<String,String> rxlByz; | |
111 | + private Map<String,Object> rxlByz; | |
112 | 112 | //边缘右 |
113 | - private Map<String,String> rxlByy; | |
113 | + private Map<String,Object> rxlByy; | |
114 | 114 | //表面左 |
115 | - private Map<String,String> rxlBmz; | |
115 | + private Map<String,Object> rxlBmz; | |
116 | 116 | //表面右 |
117 | - private Map<String,String> rxlBmy; | |
117 | + private Map<String,Object> rxlBmy; | |
118 | 118 | //活动度左 |
119 | - private Map<String,String> rxlHddz; | |
119 | + private Map<String,Object> rxlHddz; | |
120 | 120 | //活动度右 |
121 | - private Map<String,String> rxlHddy; | |
121 | + private Map<String,Object> rxlHddy; | |
122 | 122 | //副乳1.无2.有 |
123 | 123 | private String rxlFr; |
124 | 124 | //腋淋巴结左 |
125 | - private Map<String,String> rxlYlbz; | |
125 | + private Map<String,Object> rxlYlbz; | |
126 | 126 | //腋淋巴结右 |
127 | - private Map<String,String> rxlYlby; | |
127 | + private Map<String,Object> rxlYlby; | |
128 | 128 | //锁骨上淋巴结左 |
129 | - private Map<String,String> rxlSglbz; | |
129 | + private Map<String,Object> rxlSglbz; | |
130 | 130 | //锁骨上淋巴结右 |
131 | - private Map<String,String> rxlSglby; | |
131 | + private Map<String,Object> rxlSglby; | |
132 | 132 | //临床检査结果 |
133 | - private Map<String,String> rxlJcjg; | |
133 | + private Map<String,Object> rxlJcjg; | |
134 | 134 | //(三)乳腺彩色超声检査 |
135 | 135 | //超声所见 |
136 | 136 | private String rxCssj; |
137 | 137 | //分类左 |
138 | - private Map<String,String> rxFlz; | |
138 | + private Map<String,Object> rxFlz; | |
139 | 139 | //分类右 |
140 | - private Map<String,String> rxlFly; | |
140 | + private Map<String,Object> rxlFly; | |
141 | 141 | //建议 |
142 | - private Map<String,String> rxlJy; | |
142 | + private Map<String,Object> rxlJy; | |
143 | 143 | //检查机构 |
144 | 144 | private String rxlJcdw; |
145 | 145 | //检査人员 |
146 | 146 | |
147 | 147 | |
... | ... | @@ -148,11 +148,11 @@ |
148 | 148 | private Date rxlJcrq; |
149 | 149 | //(四〉乳腺X线检査(未作X线检査不填写此项) |
150 | 150 | //乳腺X线评估左 |
151 | - private Map<String,String> rxPgz; | |
151 | + private Map<String,Object> rxPgz; | |
152 | 152 | //乳腺X线评估右 |
153 | - private Map<String,String> rxlPgy; | |
153 | + private Map<String,Object> rxlPgy; | |
154 | 154 | //建议 |
155 | - private Map<String,String> rxJy; | |
155 | + private Map<String,Object> rxJy; | |
156 | 156 | //(五〉最终随访结果 |
157 | 157 | //随访情况 |
158 | 158 | private String sfQk; |
159 | 159 | |
... | ... | @@ -165,9 +165,9 @@ |
165 | 165 | //病理检査日期 |
166 | 166 | private Date sfJcrq; |
167 | 167 | //最后诊断 |
168 | - private Map<String,String> sfZhzd; | |
168 | + private Map<String,Object> sfZhzd; | |
169 | 169 | //TNM分期 |
170 | - private Map<String,String> sfTnm; | |
170 | + private Map<String,Object> sfTnm; | |
171 | 171 | //诊治机构 |
172 | 172 | private String sfZzjg; |
173 | 173 | //诊治日期 |
174 | 174 | |
175 | 175 | |
176 | 176 | |
177 | 177 | |
178 | 178 | |
179 | 179 | |
180 | 180 | |
181 | 181 | |
182 | 182 | |
183 | 183 | |
184 | 184 | |
185 | 185 | |
186 | 186 | |
187 | 187 | |
188 | 188 | |
189 | 189 | |
190 | 190 | |
191 | 191 | |
192 | 192 | |
193 | 193 | |
194 | 194 | |
195 | 195 | |
196 | 196 | |
197 | 197 | |
198 | 198 | |
199 | 199 | |
200 | 200 | |
201 | 201 | |
202 | 202 | |
203 | 203 | |
204 | 204 | |
205 | 205 | |
206 | 206 | |
207 | 207 | |
208 | 208 | |
209 | 209 | |
210 | 210 | |
211 | 211 | |
212 | 212 | |
213 | 213 | |
214 | 214 | |
215 | 215 | |
216 | 216 | |
217 | 217 | |
218 | 218 | |
219 | 219 | |
220 | 220 | |
221 | 221 | |
222 | 222 | |
... | ... | @@ -406,203 +406,203 @@ |
406 | 406 | this.ycFrs = ycFrs; |
407 | 407 | } |
408 | 408 | |
409 | - public Map<String, String> getYcRxajc() { | |
409 | + public Map<String,Object> getYcRxajc() { | |
410 | 410 | return ycRxajc; |
411 | 411 | } |
412 | 412 | |
413 | - public void setYcRxajc(Map<String, String> ycRxajc) { | |
413 | + public void setYcRxajc(Map<String,Object> ycRxajc) { | |
414 | 414 | this.ycRxajc = ycRxajc; |
415 | 415 | } |
416 | 416 | |
417 | - public Map<String, String> getJwsRxss() { | |
417 | + public Map<String,Object> getJwsRxss() { | |
418 | 418 | return jwsRxss; |
419 | 419 | } |
420 | 420 | |
421 | - public void setJwsRxss(Map<String, String> jwsRxss) { | |
421 | + public void setJwsRxss(Map<String,Object> jwsRxss) { | |
422 | 422 | this.jwsRxss = jwsRxss; |
423 | 423 | } |
424 | 424 | |
425 | - public Map<String, String> getJwsJstd() { | |
425 | + public Map<String,Object> getJwsJstd() { | |
426 | 426 | return jwsJstd; |
427 | 427 | } |
428 | 428 | |
429 | - public void setJwsJstd(Map<String, String> jwsJstd) { | |
429 | + public void setJwsJstd(Map<String,Object> jwsJstd) { | |
430 | 430 | this.jwsJstd = jwsJstd; |
431 | 431 | } |
432 | 432 | |
433 | - public Map<String, String> getJzsRxa() { | |
433 | + public Map<String,Object> getJzsRxa() { | |
434 | 434 | return jzsRxa; |
435 | 435 | } |
436 | 436 | |
437 | - public void setJzsRxa(Map<String, String> jzsRxa) { | |
437 | + public void setJzsRxa(Map<String,Object> jzsRxa) { | |
438 | 438 | this.jzsRxa = jzsRxa; |
439 | 439 | } |
440 | 440 | |
441 | - public Map<String, String> getJzsLca() { | |
441 | + public Map<String,Object> getJzsLca() { | |
442 | 442 | return jzsLca; |
443 | 443 | } |
444 | 444 | |
445 | - public void setJzsLca(Map<String, String> jzsLca) { | |
445 | + public void setJzsLca(Map<String,Object> jzsLca) { | |
446 | 446 | this.jzsLca = jzsLca; |
447 | 447 | } |
448 | 448 | |
449 | - public Map<String, String> getRxlPfz() { | |
449 | + public Map<String,Object> getRxlPfz() { | |
450 | 450 | return rxlPfz; |
451 | 451 | } |
452 | 452 | |
453 | - public void setRxlPfz(Map<String, String> rxlPfz) { | |
453 | + public void setRxlPfz(Map<String,Object> rxlPfz) { | |
454 | 454 | this.rxlPfz = rxlPfz; |
455 | 455 | } |
456 | 456 | |
457 | - public Map<String, String> getRxlPfy() { | |
457 | + public Map<String,Object> getRxlPfy() { | |
458 | 458 | return rxlPfy; |
459 | 459 | } |
460 | 460 | |
461 | - public void setRxlPfy(Map<String, String> rxlPfy) { | |
461 | + public void setRxlPfy(Map<String,Object> rxlPfy) { | |
462 | 462 | this.rxlPfy = rxlPfy; |
463 | 463 | } |
464 | 464 | |
465 | - public Map<String, String> getRxlRtz() { | |
465 | + public Map<String,Object> getRxlRtz() { | |
466 | 466 | return rxlRtz; |
467 | 467 | } |
468 | 468 | |
469 | - public void setRxlRtz(Map<String, String> rxlRtz) { | |
469 | + public void setRxlRtz(Map<String,Object> rxlRtz) { | |
470 | 470 | this.rxlRtz = rxlRtz; |
471 | 471 | } |
472 | 472 | |
473 | - public Map<String, String> getRxlRty() { | |
473 | + public Map<String,Object> getRxlRty() { | |
474 | 474 | return rxlRty; |
475 | 475 | } |
476 | 476 | |
477 | - public void setRxlRty(Map<String, String> rxlRty) { | |
477 | + public void setRxlRty(Map<String,Object> rxlRty) { | |
478 | 478 | this.rxlRty = rxlRty; |
479 | 479 | } |
480 | 480 | |
481 | - public Map<String, String> getRxlYyz() { | |
481 | + public Map<String,Object> getRxlYyz() { | |
482 | 482 | return rxlYyz; |
483 | 483 | } |
484 | 484 | |
485 | - public void setRxlYyz(Map<String, String> rxlYyz) { | |
485 | + public void setRxlYyz(Map<String,Object> rxlYyz) { | |
486 | 486 | this.rxlYyz = rxlYyz; |
487 | 487 | } |
488 | 488 | |
489 | - public Map<String, String> getRxlYyy() { | |
489 | + public Map<String,Object> getRxlYyy() { | |
490 | 490 | return rxlYyy; |
491 | 491 | } |
492 | 492 | |
493 | - public void setRxlYyy(Map<String, String> rxlYyy) { | |
493 | + public void setRxlYyy(Map<String,Object> rxlYyy) { | |
494 | 494 | this.rxlYyy = rxlYyy; |
495 | 495 | } |
496 | 496 | |
497 | - public Map<String, String> getRxlZkz() { | |
497 | + public Map<String,Object> getRxlZkz() { | |
498 | 498 | return rxlZkz; |
499 | 499 | } |
500 | 500 | |
501 | - public void setRxlZkz(Map<String, String> rxlZkz) { | |
501 | + public void setRxlZkz(Map<String,Object> rxlZkz) { | |
502 | 502 | this.rxlZkz = rxlZkz; |
503 | 503 | } |
504 | 504 | |
505 | - public Map<String, String> getRxlZky() { | |
505 | + public Map<String,Object> getRxlZky() { | |
506 | 506 | return rxlZky; |
507 | 507 | } |
508 | 508 | |
509 | - public void setRxlZky(Map<String, String> rxlZky) { | |
509 | + public void setRxlZky(Map<String,Object> rxlZky) { | |
510 | 510 | this.rxlZky = rxlZky; |
511 | 511 | } |
512 | 512 | |
513 | - public Map<String, String> getRxlDxz() { | |
513 | + public Map<String,Object> getRxlDxz() { | |
514 | 514 | return rxlDxz; |
515 | 515 | } |
516 | 516 | |
517 | - public void setRxlDxz(Map<String, String> rxlDxz) { | |
517 | + public void setRxlDxz(Map<String,Object> rxlDxz) { | |
518 | 518 | this.rxlDxz = rxlDxz; |
519 | 519 | } |
520 | 520 | |
521 | - public Map<String, String> getRxlDxy() { | |
521 | + public Map<String,Object> getRxlDxy() { | |
522 | 522 | return rxlDxy; |
523 | 523 | } |
524 | 524 | |
525 | - public void setRxlDxy(Map<String, String> rxlDxy) { | |
525 | + public void setRxlDxy(Map<String,Object> rxlDxy) { | |
526 | 526 | this.rxlDxy = rxlDxy; |
527 | 527 | } |
528 | 528 | |
529 | - public Map<String, String> getRxlXzz() { | |
529 | + public Map<String,Object> getRxlXzz() { | |
530 | 530 | return rxlXzz; |
531 | 531 | } |
532 | 532 | |
533 | - public void setRxlXzz(Map<String, String> rxlXzz) { | |
533 | + public void setRxlXzz(Map<String,Object> rxlXzz) { | |
534 | 534 | this.rxlXzz = rxlXzz; |
535 | 535 | } |
536 | 536 | |
537 | - public Map<String, String> getRxlXzy() { | |
537 | + public Map<String,Object> getRxlXzy() { | |
538 | 538 | return rxlXzy; |
539 | 539 | } |
540 | 540 | |
541 | - public void setRxlXzy(Map<String, String> rxlXzy) { | |
541 | + public void setRxlXzy(Map<String,Object> rxlXzy) { | |
542 | 542 | this.rxlXzy = rxlXzy; |
543 | 543 | } |
544 | 544 | |
545 | - public Map<String, String> getRxlYdz() { | |
545 | + public Map<String,Object> getRxlYdz() { | |
546 | 546 | return rxlYdz; |
547 | 547 | } |
548 | 548 | |
549 | - public void setRxlYdz(Map<String, String> rxlYdz) { | |
549 | + public void setRxlYdz(Map<String,Object> rxlYdz) { | |
550 | 550 | this.rxlYdz = rxlYdz; |
551 | 551 | } |
552 | 552 | |
553 | - public Map<String, String> getRxlYdy() { | |
553 | + public Map<String,Object> getRxlYdy() { | |
554 | 554 | return rxlYdy; |
555 | 555 | } |
556 | 556 | |
557 | - public void setRxlYdy(Map<String, String> rxlYdy) { | |
557 | + public void setRxlYdy(Map<String,Object> rxlYdy) { | |
558 | 558 | this.rxlYdy = rxlYdy; |
559 | 559 | } |
560 | 560 | |
561 | - public Map<String, String> getRxlByz() { | |
561 | + public Map<String,Object> getRxlByz() { | |
562 | 562 | return rxlByz; |
563 | 563 | } |
564 | 564 | |
565 | - public void setRxlByz(Map<String, String> rxlByz) { | |
565 | + public void setRxlByz(Map<String,Object> rxlByz) { | |
566 | 566 | this.rxlByz = rxlByz; |
567 | 567 | } |
568 | 568 | |
569 | - public Map<String, String> getRxlByy() { | |
569 | + public Map<String,Object> getRxlByy() { | |
570 | 570 | return rxlByy; |
571 | 571 | } |
572 | 572 | |
573 | - public void setRxlByy(Map<String, String> rxlByy) { | |
573 | + public void setRxlByy(Map<String,Object> rxlByy) { | |
574 | 574 | this.rxlByy = rxlByy; |
575 | 575 | } |
576 | 576 | |
577 | - public Map<String, String> getRxlBmz() { | |
577 | + public Map<String,Object> getRxlBmz() { | |
578 | 578 | return rxlBmz; |
579 | 579 | } |
580 | 580 | |
581 | - public void setRxlBmz(Map<String, String> rxlBmz) { | |
581 | + public void setRxlBmz(Map<String,Object> rxlBmz) { | |
582 | 582 | this.rxlBmz = rxlBmz; |
583 | 583 | } |
584 | 584 | |
585 | - public Map<String, String> getRxlBmy() { | |
585 | + public Map<String,Object> getRxlBmy() { | |
586 | 586 | return rxlBmy; |
587 | 587 | } |
588 | 588 | |
589 | - public void setRxlBmy(Map<String, String> rxlBmy) { | |
589 | + public void setRxlBmy(Map<String,Object> rxlBmy) { | |
590 | 590 | this.rxlBmy = rxlBmy; |
591 | 591 | } |
592 | 592 | |
593 | - public Map<String, String> getRxlHddz() { | |
593 | + public Map<String,Object> getRxlHddz() { | |
594 | 594 | return rxlHddz; |
595 | 595 | } |
596 | 596 | |
597 | - public void setRxlHddz(Map<String, String> rxlHddz) { | |
597 | + public void setRxlHddz(Map<String,Object> rxlHddz) { | |
598 | 598 | this.rxlHddz = rxlHddz; |
599 | 599 | } |
600 | 600 | |
601 | - public Map<String, String> getRxlHddy() { | |
601 | + public Map<String,Object> getRxlHddy() { | |
602 | 602 | return rxlHddy; |
603 | 603 | } |
604 | 604 | |
605 | - public void setRxlHddy(Map<String, String> rxlHddy) { | |
605 | + public void setRxlHddy(Map<String,Object> rxlHddy) { | |
606 | 606 | this.rxlHddy = rxlHddy; |
607 | 607 | } |
608 | 608 | |
609 | 609 | |
610 | 610 | |
611 | 611 | |
612 | 612 | |
613 | 613 | |
614 | 614 | |
615 | 615 | |
616 | 616 | |
617 | 617 | |
... | ... | @@ -614,43 +614,43 @@ |
614 | 614 | this.rxlFr = rxlFr; |
615 | 615 | } |
616 | 616 | |
617 | - public Map<String, String> getRxlYlbz() { | |
617 | + public Map<String,Object> getRxlYlbz() { | |
618 | 618 | return rxlYlbz; |
619 | 619 | } |
620 | 620 | |
621 | - public void setRxlYlbz(Map<String, String> rxlYlbz) { | |
621 | + public void setRxlYlbz(Map<String,Object> rxlYlbz) { | |
622 | 622 | this.rxlYlbz = rxlYlbz; |
623 | 623 | } |
624 | 624 | |
625 | - public Map<String, String> getRxlYlby() { | |
625 | + public Map<String,Object> getRxlYlby() { | |
626 | 626 | return rxlYlby; |
627 | 627 | } |
628 | 628 | |
629 | - public void setRxlYlby(Map<String, String> rxlYlby) { | |
629 | + public void setRxlYlby(Map<String,Object> rxlYlby) { | |
630 | 630 | this.rxlYlby = rxlYlby; |
631 | 631 | } |
632 | 632 | |
633 | - public Map<String, String> getRxlSglbz() { | |
633 | + public Map<String,Object> getRxlSglbz() { | |
634 | 634 | return rxlSglbz; |
635 | 635 | } |
636 | 636 | |
637 | - public void setRxlSglbz(Map<String, String> rxlSglbz) { | |
637 | + public void setRxlSglbz(Map<String,Object> rxlSglbz) { | |
638 | 638 | this.rxlSglbz = rxlSglbz; |
639 | 639 | } |
640 | 640 | |
641 | - public Map<String, String> getRxlSglby() { | |
641 | + public Map<String,Object> getRxlSglby() { | |
642 | 642 | return rxlSglby; |
643 | 643 | } |
644 | 644 | |
645 | - public void setRxlSglby(Map<String, String> rxlSglby) { | |
645 | + public void setRxlSglby(Map<String,Object> rxlSglby) { | |
646 | 646 | this.rxlSglby = rxlSglby; |
647 | 647 | } |
648 | 648 | |
649 | - public Map<String, String> getRxlJcjg() { | |
649 | + public Map<String,Object> getRxlJcjg() { | |
650 | 650 | return rxlJcjg; |
651 | 651 | } |
652 | 652 | |
653 | - public void setRxlJcjg(Map<String, String> rxlJcjg) { | |
653 | + public void setRxlJcjg(Map<String,Object> rxlJcjg) { | |
654 | 654 | this.rxlJcjg = rxlJcjg; |
655 | 655 | } |
656 | 656 | |
657 | 657 | |
658 | 658 | |
659 | 659 | |
... | ... | @@ -662,19 +662,19 @@ |
662 | 662 | this.rxCssj = rxCssj; |
663 | 663 | } |
664 | 664 | |
665 | - public Map<String, String> getRxFlz() { | |
665 | + public Map<String,Object> getRxFlz() { | |
666 | 666 | return rxFlz; |
667 | 667 | } |
668 | 668 | |
669 | - public void setRxFlz(Map<String, String> rxFlz) { | |
669 | + public void setRxFlz(Map<String,Object> rxFlz) { | |
670 | 670 | this.rxFlz = rxFlz; |
671 | 671 | } |
672 | 672 | |
673 | - public Map<String, String> getRxlFly() { | |
673 | + public Map<String,Object> getRxlFly() { | |
674 | 674 | return rxlFly; |
675 | 675 | } |
676 | 676 | |
677 | - public void setRxlFly(Map<String, String> rxlFly) { | |
677 | + public void setRxlFly(Map<String,Object> rxlFly) { | |
678 | 678 | this.rxlFly = rxlFly; |
679 | 679 | } |
680 | 680 | |
681 | 681 | |
682 | 682 | |
683 | 683 | |
684 | 684 | |
685 | 685 | |
686 | 686 | |
687 | 687 | |
... | ... | @@ -694,35 +694,35 @@ |
694 | 694 | this.rxlJcry = rxlJcry; |
695 | 695 | } |
696 | 696 | |
697 | - public Map<String, String> getRxPgz() { | |
697 | + public Map<String,Object> getRxPgz() { | |
698 | 698 | return rxPgz; |
699 | 699 | } |
700 | 700 | |
701 | - public void setRxPgz(Map<String, String> rxPgz) { | |
701 | + public void setRxPgz(Map<String,Object> rxPgz) { | |
702 | 702 | this.rxPgz = rxPgz; |
703 | 703 | } |
704 | 704 | |
705 | - public Map<String, String> getRxlPgy() { | |
705 | + public Map<String,Object> getRxlPgy() { | |
706 | 706 | return rxlPgy; |
707 | 707 | } |
708 | 708 | |
709 | - public void setRxlPgy(Map<String, String> rxlPgy) { | |
709 | + public void setRxlPgy(Map<String,Object> rxlPgy) { | |
710 | 710 | this.rxlPgy = rxlPgy; |
711 | 711 | } |
712 | 712 | |
713 | - public Map<String, String> getRxlJy() { | |
713 | + public Map<String,Object> getRxlJy() { | |
714 | 714 | return rxlJy; |
715 | 715 | } |
716 | 716 | |
717 | - public void setRxlJy(Map<String, String> rxlJy) { | |
717 | + public void setRxlJy(Map<String,Object> rxlJy) { | |
718 | 718 | this.rxlJy = rxlJy; |
719 | 719 | } |
720 | 720 | |
721 | - public Map<String, String> getRxJy() { | |
721 | + public Map<String,Object> getRxJy() { | |
722 | 722 | return rxJy; |
723 | 723 | } |
724 | 724 | |
725 | - public void setRxJy(Map<String, String> rxJy) { | |
725 | + public void setRxJy(Map<String,Object> rxJy) { | |
726 | 726 | this.rxJy = rxJy; |
727 | 727 | } |
728 | 728 | |
729 | 729 | |
730 | 730 | |
731 | 731 | |
... | ... | @@ -758,19 +758,19 @@ |
758 | 758 | this.sfBlzd = sfBlzd; |
759 | 759 | } |
760 | 760 | |
761 | - public Map<String, String> getSfZhzd() { | |
761 | + public Map<String,Object> getSfZhzd() { | |
762 | 762 | return sfZhzd; |
763 | 763 | } |
764 | 764 | |
765 | - public void setSfZhzd(Map<String, String> sfZhzd) { | |
765 | + public void setSfZhzd(Map<String,Object> sfZhzd) { | |
766 | 766 | this.sfZhzd = sfZhzd; |
767 | 767 | } |
768 | 768 | |
769 | - public Map<String, String> getSfTnm() { | |
769 | + public Map<String,Object> getSfTnm() { | |
770 | 770 | return sfTnm; |
771 | 771 | } |
772 | 772 | |
773 | - public void setSfTnm(Map<String, String> sfTnm) { | |
773 | + public void setSfTnm(Map<String,Object> sfTnm) { | |
774 | 774 | this.sfTnm = sfTnm; |
775 | 775 | } |
776 | 776 |