Преглед на файлове

优化生成裁决书功能

qitz преди 2 години
родител
ревизия
3530aacf64
променени са 1 файла, в които са добавени 15 реда и са изтрити 15 реда
  1. 15
    15
      ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/CaseAffiliate.java

+ 15
- 15
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/CaseAffiliate.java Целия файл

@@ -41,15 +41,15 @@ public class CaseAffiliate   extends BaseEntity {
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 54
     public String getCompLegalPerson() {
55 55
         return compLegalPerson;
@@ -75,13 +75,13 @@ public class CaseAffiliate   extends BaseEntity {
75 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 87
     @Excel(name = "身份证号")