统计:基础

This commit is contained in:
2025-04-08 14:33:29 +08:00
parent f17e2364b6
commit fe0397af8e
11 changed files with 247 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.ycwl.basic.stats.biz;
import org.springframework.stereotype.Component;
@Component
public class StatsBiz {
}