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}}; }