Ver código fonte

防疫管理

523096025 2 anos atrás
pai
commit
d6b68d71f1

+ 2 - 2
huimv-cattle/src/main/java/com/huimv/cattle/pojo/PreventDetection.java

@@ -30,9 +30,9 @@ public class PreventDetection implements Serializable {
 
     private Integer year;
 
-    private Integer detectionNum;
+    private String detectionNum;
 
-    private Integer acceptanceNum;
+    private String acceptanceNum;
 
     private String farmCode;
 }