liurunyu
2025-08-21 5715d16c6fc4842191c802adb2e3b94d19f44f17
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;
}