添加统计(汇总和各县统计)

This commit is contained in:
sh
2026-01-22 11:43:45 +08:00
parent 10d8980095
commit 88043f44e6
8 changed files with 231 additions and 7 deletions

View File

@@ -27,4 +27,6 @@ public interface StaticsqueryService {
void educationSalaryGen();
Map<String, Object> educationSalary(Staticsquery staticsquery);
Map<String,Object> qygwtjCount(Staticsquery staticsquery);
}