zhubaomin
2025-06-04 332bb1bdc76c4ce93f86c7279ca48542b2c4b080
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voSt/VoStClientAmountYear.java
@@ -14,7 +14,7 @@
@JsonPropertyOrder({ "yearGrp", "records" })
public class VoStClientAmountYear {
    public List<String> yearGrp;
    public List<Integer> yearGrp;
    public List<VoStClientAmountYearRecords> records;
}