姜永辉 1 год назад
Родитель
Сommit
f73f9cb130

+ 6 - 0
src/main/java/com/dk/common/model/response/mst/StaffResponse.java

@@ -262,6 +262,12 @@ public class StaffResponse extends PageInfo<StaffResponse> implements Serializab
     @ApiModelProperty(value = "初始标识")
     private Boolean flgInit;
 
+    /**
+     * 幽灵标识(用于运维查问题)
+     */
+    @ApiModelProperty(value = "幽灵标识(用于运维查问题)")
+    private Boolean flgGhost;
+
     @ApiModelProperty(value = "系统版本")
     private String gradeCode;
 

+ 7 - 0
src/main/java/com/dk/common/model/vo/mst/StaffVO.java

@@ -137,6 +137,13 @@ public class StaffVO extends PageInfo<StaffVO> implements Serializable {
     private Boolean flgInit;
 
     /**
+     * 幽灵标识(用于运维查问题)
+     */
+    @Excel(name = "幽灵标识(用于运维查问题)")
+    @ApiModelProperty(value = "幽灵标识(用于运维查问题)")
+    private Boolean flgGhost;
+
+    /**
      * 部门
      */
     @Excel(name = "部门", width = 20)