Add event log and statistic log

This commit is contained in:
2023-12-14 18:29:24 +08:00
parent c2e5248aa0
commit ed1124380b
12 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package top.fatweb.api.service.system
import com.baomidou.mybatisplus.extension.service.IService
import top.fatweb.api.entity.system.StatisticLog
interface IStatisticLogService : IService<StatisticLog>