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