数据统计
This commit is contained in:
@@ -126,6 +126,10 @@ public class ShopOrderStatistic implements Serializable {
|
||||
* 充值金额
|
||||
*/
|
||||
private BigDecimal rechargeAmount = BigDecimal.ZERO;
|
||||
/**
|
||||
* 充值退款金额
|
||||
*/
|
||||
private BigDecimal rechargeRefundAmount = BigDecimal.ZERO;
|
||||
/**
|
||||
* 客单价
|
||||
*/
|
||||
|
||||
@@ -21,12 +21,12 @@ public class DataSummaryTradeParam implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 开始时间 格式:yyyy-MM-dd
|
||||
* 开始时间 格式:yyyy-MM-dd HH:mm:ss
|
||||
*/
|
||||
@NotBlank(message = "开始日期不能为空", groups = DefaultGroup.class)
|
||||
private String beginDate;
|
||||
/**
|
||||
* 结束时间 格式:yyyy-MM-dd
|
||||
* 结束时间 格式:yyyy-MM-dd HH:mm:ss
|
||||
*/
|
||||
@NotBlank(message = "结束日期不能为空", groups = DefaultGroup.class)
|
||||
private String endDate;
|
||||
|
||||
@@ -31,11 +31,11 @@ public class SaleSummaryCountParam implements Serializable {
|
||||
*/
|
||||
private Long prodCategoryId;
|
||||
/**
|
||||
* 开始日期 格式:yyyy-MM-dd
|
||||
* 开始日期 格式:yyyy-MM-dd HH:mm:ss
|
||||
*/
|
||||
private String beginDate;
|
||||
/**
|
||||
* 结束日期 格式:yyyy-MM-dd
|
||||
* 结束日期 格式:yyyy-MM-dd HH:mm:ss
|
||||
*/
|
||||
private String endDate;
|
||||
}
|
||||
|
||||
@@ -19,11 +19,11 @@ public class TableSummaryParam implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 开始时间 格式:yyyy-MM-dd
|
||||
* 开始时间 格式:yyyy-MM-dd HH:mm:ss
|
||||
*/
|
||||
private String beginDate;
|
||||
/**
|
||||
* 结束时间 格式:yyyy-MM-dd
|
||||
* 结束时间 格式:yyyy-MM-dd HH:mm:ss
|
||||
*/
|
||||
private String endDate;
|
||||
/**
|
||||
|
||||
@@ -19,7 +19,7 @@ import java.math.BigDecimal;
|
||||
*/
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
@ColumnWidth(30)
|
||||
@ColumnWidth(20)
|
||||
public class TableSummaryInfoVo implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
||||
Reference in New Issue
Block a user