소스 검색

防疫管理

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