Explorar el Código

字段类型更改

gaodd hace 2 años
padre
commit
a29690b54f

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

@@ -99,7 +99,10 @@ public class BusinessStoreWareDetail {
99
     private String crktype;
99
     private String crktype;
100
     private String contractNumber;
100
     private String contractNumber;
101
     private String ywtype;
101
     private String ywtype;
102
-    private Date outgoingPeriod;
102
+   // private Date outgoingPeriod;
103
+    
104
+    private String outgoingPeriod;
105
+    
103
     private String forwardingUnit;
106
     private String forwardingUnit;
104
     private String receiveUnit;
107
     private String receiveUnit;
105
     private String resion;
108
     private String resion;
@@ -207,12 +210,20 @@ public class BusinessStoreWareDetail {
207
 		this.ywtype = ywtype;
210
 		this.ywtype = ywtype;
208
 	}
211
 	}
209
 
212
 
210
-	public Date getOutgoingPeriod() {
213
+	/*public Date getOutgoingPeriod() {
211
 		return outgoingPeriod;
214
 		return outgoingPeriod;
212
 	}
215
 	}
213
 
216
 
214
 	public void setOutgoingPeriod(Date outgoingPeriod) {
217
 	public void setOutgoingPeriod(Date outgoingPeriod) {
215
 		this.outgoingPeriod = outgoingPeriod;
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
 	public String getForwardingUnit() {
229
 	public String getForwardingUnit() {