|
@ -1,5 +1,6 @@ |
|
|
package com.epmet.dto.form.lingshan; |
|
|
package com.epmet.dto.form.lingshan; |
|
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
import java.util.List; |
|
@ -11,8 +12,11 @@ import java.util.List; |
|
|
*/ |
|
|
*/ |
|
|
@Data |
|
|
@Data |
|
|
public class ScreenOfficeHallResultDTO { |
|
|
public class ScreenOfficeHallResultDTO { |
|
|
|
|
|
@JsonIgnore |
|
|
private String orgId; |
|
|
private String orgId; |
|
|
|
|
|
@JsonIgnore |
|
|
private String orgType; |
|
|
private String orgType; |
|
|
|
|
|
@JsonIgnore |
|
|
private String orgName; |
|
|
private String orgName; |
|
|
|
|
|
|
|
|
private Integer year; |
|
|
private Integer year; |
|
|