update 运营端小程序 查询订单数量趋势信息接口

This commit is contained in:
Lemon
2024-08-09 10:49:13 +08:00
parent b01a1ebfbd
commit 2376f04967
3 changed files with 52 additions and 12 deletions

View File

@@ -35,6 +35,11 @@ public class StationBusinessAnalyzeInfoVO {
*/
private String serviceAmountGrowthRate;
/**
* 订单数量增长率
*/
private String orderNumRateGrowthRate;
/**
* 运营端小程序订单详情VO
*/