liurunyu
6 天以前 6ebc3a4e7dc07f92e30a10f93bb19c32bef34d1c
pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/result/StatisticlResultCode.java
@@ -15,7 +15,8 @@
public enum StatisticlResultCode {
    NO_RECORDS(10001, "没有符合条件的记录"),
    YEAR_AND_MONTH_CANNOT_BE_NULL(10002, "年份和月份不能为空"),
    YEAR_CANNOT_BE_NULL(10003, "年份不能为空");
    YEAR_OR_MONTH_IS_ERROR(10003, "年份或月份错误"),
    YEAR_CANNOT_BE_NULL(10004, "年份不能为空");
    private final Integer code;
    private final String message;