瀏覽代碼

防疫管理

523096025 2 年之前
父節點
當前提交
d6b68d71f1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      huimv-cattle/src/main/java/com/huimv/cattle/pojo/PreventDetection.java

+ 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;
 }