zhanghl
2025-04-28 eb966d1fd03814a5b9f0c9a3b99b2adba548cb45
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;
}