liurunyu
7 天以前 1cf88d43994ec7ec403319032a9d118b39fe3571
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;
}