段飞宇
1 year ago
27 changed files with 229 additions and 105 deletions
@ -0,0 +1,25 @@
|
||||
package com.hnac.hzims.middle.systemlog.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
/** |
||||
* @Author WL |
||||
* @Version v1.0 |
||||
* @Serial 1.0 |
||||
* @Date 2023/6/9 9:37 |
||||
*/ |
||||
@Data |
||||
public class StatisticsResponseVo { |
||||
|
||||
|
||||
/** |
||||
* 模块名称 |
||||
*/ |
||||
private String moduleName; |
||||
|
||||
|
||||
/** |
||||
* 模块统计 |
||||
*/ |
||||
private Integer moduleNameNum; |
||||
} |
@ -0,0 +1,25 @@
|
||||
package com.hnac.hzims.middle.systemlog.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
/** |
||||
* @Author WL |
||||
* @Version v1.0 |
||||
* @Serial 1.0 |
||||
* @Date 2023/6/9 9:37 |
||||
*/ |
||||
@Data |
||||
public class StatisticsTitleResponseVo { |
||||
|
||||
|
||||
/** |
||||
* 模块名称 |
||||
*/ |
||||
private String title; |
||||
|
||||
|
||||
/** |
||||
* 模块统计 |
||||
*/ |
||||
private Integer titleCount; |
||||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue