liurunyu
2025-01-04 5e12f38583c4a98005618edaa1e1a15507a478a8
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}};
 
}