zhanghl
2025-04-29 ec8cf418f6dc3958aa7b5f524a7bf8f6edf62e07
aps-modules/aps-job/src/main/java/com/aps/job/param/ApsWorkOrderJobParam.java
@@ -21,6 +21,7 @@
    private String beginDate;
    @JsonProperty("EndDate")
    private String endDate;
    @JsonProperty("DocState")
    private List<Integer> docState;
    private Integer toPageIndex;
}