Quellcode durchsuchen

字段类型更改

gaodd vor 2 Jahren
Ursprung
Commit
a29690b54f

+ 13 - 2
src/main/java/com/chinaitop/depot/business/model/BusinessStoreWareDetail.java

@@ -99,7 +99,10 @@ public class BusinessStoreWareDetail {
99 99
     private String crktype;
100 100
     private String contractNumber;
101 101
     private String ywtype;
102
-    private Date outgoingPeriod;
102
+   // private Date outgoingPeriod;
103
+    
104
+    private String outgoingPeriod;
105
+    
103 106
     private String forwardingUnit;
104 107
     private String receiveUnit;
105 108
     private String resion;
@@ -207,12 +210,20 @@ public class BusinessStoreWareDetail {
207 210
 		this.ywtype = ywtype;
208 211
 	}
209 212
 
210
-	public Date getOutgoingPeriod() {
213
+	/*public Date getOutgoingPeriod() {
211 214
 		return outgoingPeriod;
212 215
 	}
213 216
 
214 217
 	public void setOutgoingPeriod(Date outgoingPeriod) {
215 218
 		this.outgoingPeriod = outgoingPeriod;
219
+	}*/
220
+	
221
+	public String getOutgoingPeriod() {
222
+		return outgoingPeriod;
223
+	}
224
+
225
+	public void setOutgoingPeriod(String outgoingPeriod) {
226
+		this.outgoingPeriod = outgoingPeriod;
216 227
 	}
217 228
 
218 229
 	public String getForwardingUnit() {