forked from rongchao/epmet-cloud-rizhao
10 changed files with 108 additions and 3 deletions
@ -0,0 +1,25 @@ |
|||||
|
package com.epmet.dto.indexcollect.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
@Data |
||||
|
public class HistoryScoreSjffResultDTO implements Serializable { |
||||
|
|
||||
|
private static final long serialVersionUID = 1L; |
||||
|
|
||||
|
/** |
||||
|
* 上报事件总得分 |
||||
|
*/ |
||||
|
private Integer eventScore; |
||||
|
/** |
||||
|
* 例行工作总得分 |
||||
|
*/ |
||||
|
private Integer projectScore; |
||||
|
/** |
||||
|
* 网格员总数 |
||||
|
*/ |
||||
|
private Integer gridStaffNum; |
||||
|
|
||||
|
} |
Loading…
Reference in new issue