From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/vo/integral/IntegralMonthVO.java | 144 ++++++++++++++++++++++++------------------------ 1 files changed, 72 insertions(+), 72 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/integral/IntegralMonthVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/integral/IntegralMonthVO.java index 3129d94..375f435 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/integral/IntegralMonthVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/integral/IntegralMonthVO.java @@ -1,72 +1,72 @@ -package com.yeshi.fanli.vo.integral; - -import java.io.Serializable; - -import com.google.gson.annotations.Expose; - -public class IntegralMonthVO implements Serializable{ - /** - * - */ - private static final long serialVersionUID = 1L; - - @Expose - private int year;// 骞翠唤 - @Expose - private int month;// 鏈� - @Expose - private String expend;// 鏀嚭 - @Expose - private String income;// 鏀跺叆 - - private String dateFormate; - - public String getDateFormate() { - return dateFormate; - } - - public void setDateFormate(String dateFormate) { - this.dateFormate = dateFormate; - } - - public IntegralMonthVO(int year, int month) { - this.year = year; - this.month = month; - } - - public IntegralMonthVO() { - - } - - public int getYear() { - return year; - } - - public void setYear(int year) { - this.year = year; - } - - public int getMonth() { - return month; - } - - public void setMonth(int month) { - this.month = month; - } - - public String getExpend() { - return expend; - } - - public void setExpend(String expend) { - this.expend = expend; - } - - public String getIncome() { - return income; - } - - public void setIncome(String income) { - this.income = income; - } -} +package com.yeshi.fanli.vo.integral; + +import java.io.Serializable; + +import com.google.gson.annotations.Expose; + +public class IntegralMonthVO implements Serializable{ + /** + * + */ + private static final long serialVersionUID = 1L; + + @Expose + private int year;// 骞翠唤 + @Expose + private int month;// 鏈� + @Expose + private String expend;// 鏀嚭 + @Expose + private String income;// 鏀跺叆 + + private String dateFormate; + + public String getDateFormate() { + return dateFormate; + } + + public void setDateFormate(String dateFormate) { + this.dateFormate = dateFormate; + } + + public IntegralMonthVO(int year, int month) { + this.year = year; + this.month = month; + } + + public IntegralMonthVO() { + + } + + public int getYear() { + return year; + } + + public void setYear(int year) { + this.year = year; + } + + public int getMonth() { + return month; + } + + public void setMonth(int month) { + this.month = month; + } + + public String getExpend() { + return expend; + } + + public void setExpend(String expend) { + this.expend = expend; + } + + public String getIncome() { + return income; + } + + public void setIncome(String income) { + this.income = income; + } +} -- Gitblit v1.8.0