2026-07-31 83e1b4d0e661f11a407fd6ea86e906b9b87b7180
1
2
3
4
5
6
7
8
/**
 * statistics 模块,主要实现统计相关功能。
 * 例如:统计商品、会员、交易等功能。
 *
 * 1. Controller URL:以 /statistics/ 开头,避免和其它 Module 冲突
 * 2. DataObject 表名:以 statistics_ 为后缀,方便在数据库中区分【特殊】
 */
package cn.iocoder.yudao.module.statistics;