package com.product.server.report.service;
|
|
import java.text.DecimalFormat;
|
import java.text.NumberFormat;
|
import java.text.SimpleDateFormat;
|
import java.util.Date;
|
import java.util.HashMap;
|
import java.util.Iterator;
|
import java.util.Map;
|
|
import org.apache.log4j.Logger;
|
|
import com.product.core.entity.FieldSetEntity;
|
import com.product.core.entity.Report;
|
import com.product.core.exception.BaseException;
|
|
|
public class ListReportConfigService {
|
|
private Report report;
|
private DecimalFormat df=(DecimalFormat)NumberFormat.getInstance();
|
private java.text.SimpleDateFormat format;
|
public static Logger logger=Logger.getLogger(ListReportConfigService.class);
|
|
}
|