Commit 22e3f0e8 by zhiwj

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-data-cloud into developer
parents 35f792bc 25c552de
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