| | |
| | | package com.yeshi.fanli.dto;
|
| | |
|
| | | public class ChartTDO {
|
| | | // 日期
|
| | | private String showDate;
|
| | | // 显示值
|
| | | private String showValue;
|
| | | |
| | | public String getShowDate() {
|
| | | return showDate;
|
| | | }
|
| | | public void setShowDate(String showDate) {
|
| | | this.showDate = showDate;
|
| | | }
|
| | | public String getShowValue() {
|
| | | return showValue;
|
| | | }
|
| | | public void setShowValue(String showValue) {
|
| | | this.showValue = showValue;
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.dto; |
| | | |
| | | public class ChartTDO { |
| | | // 日期 |
| | | private String showDate; |
| | | // 显示值 |
| | | private String showValue; |
| | | |
| | | public String getShowDate() { |
| | | return showDate; |
| | | } |
| | | public void setShowDate(String showDate) { |
| | | this.showDate = showDate; |
| | | } |
| | | public String getShowValue() { |
| | | return showValue; |
| | | } |
| | | public void setShowValue(String showValue) { |
| | | this.showValue = showValue; |
| | | } |
| | | } |