1
2
3
4
5
6
7
8
9
10
11
12
package com.dy.pipIrrTemp.statistics;
 
/**
 * @Author: liurunyu
 * @Date: 2024/12/30 13:49
 * @Description
 */
public class StClientAmountConstant {
 
    public static final int[][] yearMonthGrp = {{2024, 9}, {2024, 10}, {2024, 11}, {2024, 12}, {2025, 1}, {2025, 2}, {2025, 3}, {2025, 4}};
 
}