gaodd 2 vuotta sitten
vanhempi
commit
fc1ce7cce6

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

@@ -126,20 +126,20 @@ public class BusinessStoreWareDetail {
126
     private String bz;
126
     private String bz;
127
     private Integer auditState;
127
     private Integer auditState;
128
     private Integer isNotice;
128
     private Integer isNotice;
129
+    private String pzmc;
129
     
130
     
130
     
131
     
131
     
132
     
132
-    
133
-    
134
-    
135
-    
136
-    
137
-    
138
-    
139
-    
140
-    
141
 
133
 
142
-    public String getLsxzzbdh() {
134
+    public String getPzmc() {
135
+		return pzmc;
136
+	}
137
+
138
+	public void setPzmc(String pzmc) {
139
+		this.pzmc = pzmc;
140
+	}
141
+
142
+	public String getLsxzzbdh() {
143
 		return lsxzzbdh;
143
 		return lsxzzbdh;
144
 	}
144
 	}
145
 
145