From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/vo/money/UserMonthMoneyVO.java | 130 +++++++++++++++++++++--------------------- 1 files changed, 65 insertions(+), 65 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/money/UserMonthMoneyVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/money/UserMonthMoneyVO.java index 2ef2015..5111722 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/money/UserMonthMoneyVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/money/UserMonthMoneyVO.java @@ -1,65 +1,65 @@ -package com.yeshi.fanli.vo.money; - -import com.google.gson.annotations.Expose; - -public class UserMonthMoneyVO { - @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 UserMonthMoneyVO(int year, int month) { - this.year = year; - this.month = month; - } - - public UserMonthMoneyVO() { - - } - - 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.money; + +import com.google.gson.annotations.Expose; + +public class UserMonthMoneyVO { + @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 UserMonthMoneyVO(int year, int month) { + this.year = year; + this.month = month; + } + + public UserMonthMoneyVO() { + + } + + 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