feat:软件使用日志和统计

This commit is contained in:
2025-12-15 09:23:04 +08:00
parent cbb6e663e2
commit bab9c62c78
10 changed files with 478 additions and 11 deletions

View File

@@ -35,6 +35,12 @@ public class SysLogDTO {
*/
private String createBy;
/**
* 创建时间
*/
private LocalDateTime createTime;
private String[] createTimeArr;
/**
* 更新时间
*/
@@ -85,11 +91,6 @@ public class SysLogDTO {
*/
private String serviceId;
/**
* 创建时间区间 [开始时间,结束时间]
*/
private LocalDateTime[] createTime;
/**
* 租户编号
*/