Bläddra i källkod

优化生成裁决书功能

qitz 2 år sedan
förälder
incheckning
3530aacf64

+ 15
- 15
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/CaseAffiliate.java Visa fil

41
     /**
41
     /**
42
      * 被申请人出生年月日
42
      * 被申请人出生年月日
43
      */
43
      */
44
-    private Date responBirth;
44
+    private String responBirth;
45
 
45
 
46
-    public Date getResponBirth() {
47
-        return responBirth;
48
-    }
49
-
50
-    public void setResponBirth(Date responBirth) {
51
-        this.responBirth = responBirth;
52
-    }
46
+//    public Date getResponBirth() {
47
+//        return responBirth;
48
+//    }
49
+//
50
+//    public void setResponBirth(Date responBirth) {
51
+//        this.responBirth = responBirth;
52
+//    }
53
 
53
 
54
     public String getCompLegalPerson() {
54
     public String getCompLegalPerson() {
55
         return compLegalPerson;
55
         return compLegalPerson;
75
         this.responSex = responSex;
75
         this.responSex = responSex;
76
     }
76
     }
77
 
77
 
78
-//    public String getResponBirth() {
79
-//        return responBirth;
80
-//    }
81
-//
82
-//    public void setResponBirth(String responBirth) {
83
-//        this.responBirth = responBirth;
84
-//    }
78
+    public String getResponBirth() {
79
+        return responBirth;
80
+    }
81
+
82
+    public void setResponBirth(String responBirth) {
83
+        this.responBirth = responBirth;
84
+    }
85
 
85
 
86
     /** 身份证号 */
86
     /** 身份证号 */
87
     @Excel(name = "身份证号")
87
     @Excel(name = "身份证号")