统计报表接口,数据梳理接口
This commit is contained in:
@@ -8,6 +8,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author: WangShuo
|
||||
@@ -89,6 +90,9 @@ public class FranchiseReportResponse {
|
||||
private Integer yesterdayStoreNum = 0;
|
||||
@ExcelIgnore
|
||||
private Long regionId;
|
||||
//集团维度使用
|
||||
@ExcelIgnore
|
||||
private List<Long> regionIds;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user