用户订单金额及数量统计

This commit is contained in:
yanglei 2026-01-16 16:03:43 +08:00
parent c893cc47f4
commit a263b9b595

View File

@ -15,6 +15,8 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
/** /**
* 用户订单统计 控制层
*
* @author yanglei * @author yanglei
* @since 2026-01-16 15:15 * @since 2026-01-16 15:15
*/ */