Browse Source

办事大厅大屏柱状图

master
yinzuomei 2 years ago
parent
commit
1453ca528f
  1. 4
      epmet-module/epmet-heart/epmet-heart-client/src/main/java/com/epmet/dto/form/lingshan/ScreenOfficeHallResultDTO.java

4
epmet-module/epmet-heart/epmet-heart-client/src/main/java/com/epmet/dto/form/lingshan/ScreenOfficeHallResultDTO.java

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

Loading…
Cancel
Save