仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初始化项目
云
2026-06-26
20b96473f2520590a0dca6b775b81e3ea06a77a0
[mom-pro2-after.git]
/
yudao-module-mall
/
yudao-module-statistics
/
src
/
main
/
java
/
cn
/
iocoder
/
yudao
/
module
/
statistics
/
package-info.java
1
2
3
4
5
6
7
8
/**
* statistics 模块,主要实现统计相关功能。
* 例如:统计商品、会员、交易等功能。
*
* 1. Controller URL:以 /statistics/ 开头,避免和其它 Module 冲突
* 2. DataObject 表名:以 statistics_ 为后缀,方便在数据库中区分【特殊】
*/
package cn.iocoder.yudao.module.statistics;