| package com.fzzy.async.fzzy40.entity; | 
|   | 
| import lombok.AllArgsConstructor; | 
| import lombok.Data; | 
|   | 
| import java.io.Serializable; | 
|   | 
| @Data | 
| @AllArgsConstructor | 
| public class Fz40CheckItemKey implements Serializable { | 
|         private String checkId; | 
|         private String companyId; | 
|         private String standardId; | 
|   | 
|     public Fz40CheckItemKey(){ | 
|             super(); | 
|         } | 
|     } |