|
|
@@ -264,6 +264,12 @@ public class StaffResponse extends PageInfo<StaffResponse> implements Serializab
|
|
|
|
|
|
@ApiModelProperty(value = "系统版本")
|
|
|
private String gradeCode;
|
|
|
+ /**
|
|
|
+ * 幽灵标识(用于运维查问题)
|
|
|
+ */
|
|
|
+ @Excel(name = "幽灵标识(用于运维查问题)")
|
|
|
+ @ApiModelProperty(value = "幽灵标识(用于运维查问题)")
|
|
|
+ private Boolean flgGhost;
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|