Commit 5bf5fed5 by 陶光胜

观云台小程序

parent cd19c2f2
package com.gic.cloud.web.vo.index;
public class IndexSalesVo {
private String totalSales;
private String perf;
private String tb;
private String hb;
private String scrAch;
private String tolAch;
private String totalSales = "0元";
private String perf = "0元";
private String tb = "0%";
private String hb = "0%";
private String scrAch = "0%";
private String tolAch = "0%";
public String getTotalSales() {
return totalSales;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment