5 changed files with 70 additions and 3 deletions
			
			
		| @ -0,0 +1,51 @@ | |||
| package com.epmet.dto.indexcal; | |||
| 
 | |||
| import lombok.Data; | |||
| 
 | |||
| import java.io.Serializable; | |||
| import java.math.BigDecimal; | |||
| 
 | |||
| /** | |||
|  * @Author zxc | |||
|  * @DateTime 2020/9/2 4:28 下午 | |||
|  */ | |||
| @Data | |||
| public class SubCommunityPartyAvgResultDTO implements Serializable { | |||
| 
 | |||
|     private static final long serialVersionUID = -6439835738195045820L; | |||
| 
 | |||
|     /** | |||
|      * 机关ID | |||
|      */ | |||
|     private String agencyId; | |||
| 
 | |||
|     /** | |||
|      * 客户ID | |||
|      */ | |||
|     private String customerId; | |||
| 
 | |||
|     /** | |||
|      * 上级组织ID | |||
|      */ | |||
|     private String parentId; | |||
| 
 | |||
|     /** | |||
|      * 月度ID | |||
|      */ | |||
|     private String monthId; | |||
| 
 | |||
|     /** | |||
|      * 季度ID | |||
|      */ | |||
|     private String quarterId; | |||
| 
 | |||
|     /** | |||
|      * 年度ID | |||
|      */ | |||
|     private String yearId; | |||
| 
 | |||
|     /** | |||
|      * 分数 | |||
|      */ | |||
|     private BigDecimal score; | |||
| } | |||
					Loading…
					
					
				
		Reference in new issue