feat:软件使用日志和统计
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 租户编号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user