gaodd %!s(int64=2) %!d(string=hai) anos
pai
achega
fc1ce7cce6

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

@@ -126,20 +126,20 @@ public class BusinessStoreWareDetail {
126 126
     private String bz;
127 127
     private Integer auditState;
128 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 143
 		return lsxzzbdh;
144 144
 	}
145 145