| New file | 
|  |  |  | 
|---|
|  |  |  | package com.dy.pipIrrTemp.util; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @Author: liurunyu | 
|---|
|  |  |  | * @Date: 2024/12/30 13:49 | 
|---|
|  |  |  | * @Description | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public class StClientAmountConstant { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final int IntakeLossDayFlag = 800 ;//2024-12-14统计元谋数据库实时数据,发现大于800的正确的数据不存在,而小于800的基本为正确数据 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final int IntakeAmountDayFlag = 800 ;//2024-12-14统计元谋数据库实时数据,发现大于800的正确的数据不存在,而小于800的基本为正确数据 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final int DealStartYear = 2024 ; | 
|---|
|  |  |  | public static final int DealStartMonth = 8 ; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static final int[][] yearMonthGrp = {{2024, 9}, {2024, 10}, {2024, 11}, {2024, 12}, {2025, 1}, {2025, 2}, {2025, 3}, {2025, 4}}; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|