|
@ -1,5 +1,6 @@ |
|
|
package com.epmet.evaluationindex.screen.dto.result; |
|
|
package com.epmet.evaluationindex.screen.dto.result; |
|
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
import java.io.Serializable; |
|
@ -30,6 +31,8 @@ public class CompartmentResultDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String areaMarks = ""; |
|
|
private String areaMarks = ""; |
|
|
|
|
|
|
|
|
|
|
|
@JsonIgnore |
|
|
|
|
|
private String level; |
|
|
/** |
|
|
/** |
|
|
* 当前组织的级别 |
|
|
* 当前组织的级别 |
|
|
* 机关级别 |
|
|
* 机关级别 |
|
|