mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.jsowell.pile.vo.web;
|
||||
|
||||
import lombok.Data;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class OrderMonthStatVO {
|
||||
private String month; // 2025-10
|
||||
private Integer orderCount;
|
||||
private BigDecimal totalInsuranceAmount;
|
||||
}
|
||||
Reference in New Issue
Block a user