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